aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/CodeGen/RegAlloc/PhyRegAlloc.h26
-rw-r--r--lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h26
2 files changed, 2 insertions, 50 deletions
diff --git a/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/lib/CodeGen/RegAlloc/PhyRegAlloc.h
index 3a3d66f16f..060600147e 100644
--- a/lib/CodeGen/RegAlloc/PhyRegAlloc.h
+++ b/lib/CodeGen/RegAlloc/PhyRegAlloc.h
@@ -138,10 +138,9 @@ class PhyRegAlloc: public NonCopyable
void setRegsUsedByThisInst(RegClass *RC, const MachineInstr *MInst );
int getRegNotUsedByThisInst(RegClass *RC, const MachineInstr *MInst);
+ void addInterf4PseudoInstr(const MachineInstr *MInst);
- void PhyRegAlloc::insertPhiEleminateInstrns();
-
public:
PhyRegAlloc(Method *const M, const TargetMachine& TM,
@@ -152,28 +151,5 @@ class PhyRegAlloc: public NonCopyable
};
-
-/*
-
-
-What to do:
-
- * Insert IntCCReg checking code to insertCallerSaving
- * add methods like cpCCReg2Mem & cpMem2CCReg (these will accept an array
- and push back or push_front the instr according to PUSH_BACK, PUSH_FRONT
- flags
-
-*/
-
-
-
-
-
-
-
-
-
-
-
#endif
diff --git a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
index 3a3d66f16f..060600147e 100644
--- a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
+++ b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h
@@ -138,10 +138,9 @@ class PhyRegAlloc: public NonCopyable
void setRegsUsedByThisInst(RegClass *RC, const MachineInstr *MInst );
int getRegNotUsedByThisInst(RegClass *RC, const MachineInstr *MInst);
+ void addInterf4PseudoInstr(const MachineInstr *MInst);
- void PhyRegAlloc::insertPhiEleminateInstrns();
-
public:
PhyRegAlloc(Method *const M, const TargetMachine& TM,
@@ -152,28 +151,5 @@ class PhyRegAlloc: public NonCopyable
};
-
-/*
-
-
-What to do:
-
- * Insert IntCCReg checking code to insertCallerSaving
- * add methods like cpCCReg2Mem & cpMem2CCReg (these will accept an array
- and push back or push_front the instr according to PUSH_BACK, PUSH_FRONT
- flags
-
-*/
-
-
-
-
-
-
-
-
-
-
-
#endif