aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/CodeGen/RegAlloc/PhyRegAlloc.h2
-rw-r--r--lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/lib/CodeGen/RegAlloc/PhyRegAlloc.h
index 6871b2d28a..9d9aa53ddf 100644
--- a/lib/CodeGen/RegAlloc/PhyRegAlloc.h
+++ b/lib/CodeGen/RegAlloc/PhyRegAlloc.h
@@ -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
diff --git a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
index 6871b2d28a..9d9aa53ddf 100644
--- a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
+++ b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
@@ -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