LoopDepth calculation is now in CFG namespace
authorChris Lattner <sabre@nondot.org>
Thu, 31 Jan 2002 00:41:13 +0000 (00:41 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 31 Jan 2002 00:41:13 +0000 (00:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1601 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAlloc/PhyRegAlloc.h
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h

index 6871b2d28ada6c7b4fcc39afe0d32f83dad73b58..9d9aa53ddf249deae32dbf3f71f007dff4ab0ab7 100644 (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
 
index 6871b2d28ada6c7b4fcc39afe0d32f83dad73b58..9d9aa53ddf249deae32dbf3f71f007dff4ab0ab7 100644 (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