summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h')
-rw-r--r--llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h b/llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
index 65cc2e1f909..f344f0e04d7 100644
--- a/llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
+++ b/llvm/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
@@ -69,7 +69,7 @@ class PhyRegAlloc : public FunctionPass {
FunctionLiveVarInfo *LVI; // LV information for this method
// (already computed for BBs)
LiveRangeInfo *LRI; // LR info (will be computed)
- const TargetRegInfo &MRI; // Machine Register information
+ const SparcV9RegInfo &MRI; // Machine Register information
const unsigned NumOfRegClasses; // recorded here for efficiency
// Map to indicate whether operands of each MachineInstr have been
OpenPOWER on IntegriCloud