mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-15 06:29:05 +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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user