added support to move "added instructions" after the delay slot

llvm-svn: 968
This commit is contained in:
Ruchira Sasanka 2001-10-23 21:38:42 +00:00
parent c300c6ba58
commit 33b0d85f65
1 changed files with 3 additions and 0 deletions

View File

@ -87,6 +87,9 @@ class PhyRegAlloc
void setCallInterferences(const MachineInstr *MInst,
const LiveVarSet *const LVSetAft );
void move2DelayedInstr(const MachineInstr *OrigMI,
const MachineInstr *DelayedMI );
void markUnusableSugColors();
inline void constructLiveRanges()