LoopDepth calculation is now in CFG namespace

llvm-svn: 1601
This commit is contained in:
Chris Lattner 2002-01-31 00:41:13 +00:00
parent 3036e1ec03
commit 9fcaf328f6
1 changed files with 1 additions and 1 deletions

View File

@ -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