forked from OSchip/llvm-project
LoopDepth calculation is now in CFG namespace
llvm-svn: 1601
This commit is contained in:
parent
3036e1ec03
commit
9fcaf328f6
|
@ -84,7 +84,7 @@ class PhyRegAlloc: public NonCopyable
|
|||
|
||||
|
||||
AddedInstrMapType AddedInstrMap; // to store instrns added in this phase
|
||||
LoopDepthCalculator LoopDepthCalc; // to calculate loop depths
|
||||
cfg::LoopDepthCalculator LoopDepthCalc; // to calculate loop depths
|
||||
ReservedColorListType ResColList; // A set of reserved regs if desired.
|
||||
// currently not used
|
||||
|
||||
|
|
Loading…
Reference in New Issue