diff options
Diffstat (limited to 'lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h')
-rw-r--r-- | lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h index 8efa757026..de8d793838 100644 --- a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h +++ b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h @@ -37,7 +37,7 @@ class MachineCodeForMethod; class MachineRegInfo; class MethodLiveVarInfo; class MachineInstr; -namespace cfg { class LoopDepthCalculator; } +namespace cfg { class LoopInfo; } //---------------------------------------------------------------------------- // Class AddedInstrns: @@ -80,13 +80,13 @@ class PhyRegAlloc: public NonCopyable { AddedInstrMapType AddedInstrMap; // to store instrns added in this phase - cfg::LoopDepthCalculator *LoopDepthCalc; // to calculate loop depths + cfg::LoopInfo *LoopDepthCalc; // to calculate loop depths ReservedColorListType ResColList; // A set of reserved regs if desired. // currently not used public: PhyRegAlloc(Method *M, const TargetMachine& TM, MethodLiveVarInfo *Lvi, - cfg::LoopDepthCalculator *LoopDepthCalc); + cfg::LoopInfo *LoopDepthCalc); ~PhyRegAlloc(); // main method called for allocating registers |