mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-03 00:33:09 +00:00
added support to move "added instructions" after the delay slot
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@968 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
251d8db133
commit
f7434f0e1d
@ -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()
|
||||
|
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user