getUsableUniRegAtMI interface simplified slightly.

llvm-svn: 2822
This commit is contained in:
Vikram S. Adve 2002-07-08 22:39:36 +00:00
parent 6c013a9689
commit beb364051b
1 changed files with 7 additions and 6 deletions

View File

@ -143,13 +143,14 @@ private:
friend class UltraSparcRegInfo;
int getUsableUniRegAtMI(RegClass *RC, int RegType,
const MachineInstr *MInst,
const ValueSet *LVSetBef, MachineInstr *&MIBef,
MachineInstr *&MIAft );
int getUsableUniRegAtMI(int RegType,
const ValueSet *LVSetBef,
MachineInstr *MInst,
std::vector<MachineInstr*>& MIBef,
std::vector<MachineInstr*>& MIAft);
int getUnusedUniRegAtMI(RegClass *RC, const MachineInstr *MInst,
const ValueSet *LVSetBef);
const ValueSet *LVSetBef);
void setRelRegsUsedByThisInst(RegClass *RC, const MachineInstr *MInst );
int getUniRegNotUsedByThisInst(RegClass *RC, const MachineInstr *MInst);