summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/SparcV9/RegAlloc/RegClass.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/Target/SparcV9/RegAlloc/RegClass.h')
-rw-r--r--llvm/lib/Target/SparcV9/RegAlloc/RegClass.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/lib/Target/SparcV9/RegAlloc/RegClass.h b/llvm/lib/Target/SparcV9/RegAlloc/RegClass.h
index 1ed75a981ea..667efe961d8 100644
--- a/llvm/lib/Target/SparcV9/RegAlloc/RegClass.h
+++ b/llvm/lib/Target/SparcV9/RegAlloc/RegClass.h
@@ -87,8 +87,8 @@ class RegClass {
public:
RegClass(const Function *M,
- const SparcV9RegInfo *_MRI_,
- const TargetRegClassInfo *_MRC_);
+ const SparcV9RegInfo *_MRI_,
+ const TargetRegClassInfo *_MRC_);
inline void createInterferenceGraph() { IG.createGraph(); }
@@ -113,15 +113,15 @@ class RegClass {
{ IG.addLRToIG(LR); }
inline void setInterference(const V9LiveRange *const LR1,
- const V9LiveRange *const LR2)
+ const V9LiveRange *const LR2)
{ IG.setInterference(LR1, LR2); }
inline unsigned getInterference(const V9LiveRange *const LR1,
- const V9LiveRange *const LR2) const
+ const V9LiveRange *const LR2) const
{ return IG.getInterference(LR1, LR2); }
inline void mergeIGNodesOfLRs(const V9LiveRange *const LR1,
- V9LiveRange *const LR2)
+ V9LiveRange *const LR2)
{ IG.mergeIGNodesOfLRs(LR1, LR2); }
OpenPOWER on IntegriCloud