forked from OSchip/llvm-project
added support to move "added instructions" after the delay slot
llvm-svn: 968
This commit is contained in:
parent
c300c6ba58
commit
33b0d85f65
|
@ -87,6 +87,9 @@ class PhyRegAlloc
|
||||||
void setCallInterferences(const MachineInstr *MInst,
|
void setCallInterferences(const MachineInstr *MInst,
|
||||||
const LiveVarSet *const LVSetAft );
|
const LiveVarSet *const LVSetAft );
|
||||||
|
|
||||||
|
void move2DelayedInstr(const MachineInstr *OrigMI,
|
||||||
|
const MachineInstr *DelayedMI );
|
||||||
|
|
||||||
void markUnusableSugColors();
|
void markUnusableSugColors();
|
||||||
|
|
||||||
inline void constructLiveRanges()
|
inline void constructLiveRanges()
|
||||||
|
|
Loading…
Reference in New Issue