diff options
author | Ruchira Sasanka <sasanka@students.uiuc.edu> | 2001-10-23 21:38:42 +0000 |
---|---|---|
committer | Ruchira Sasanka <sasanka@students.uiuc.edu> | 2001-10-23 21:38:42 +0000 |
commit | f7434f0e1d1b7f711d13749efeea18a5f364eeb5 (patch) | |
tree | 072017969f80b22113418dfd137e38e7887d0203 | |
parent | 251d8db1331e75968231ad69976deb6c904caea3 (diff) |
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
-rw-r--r-- | lib/CodeGen/RegAlloc/PhyRegAlloc.h | 3 | ||||
-rw-r--r-- | lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/lib/CodeGen/RegAlloc/PhyRegAlloc.h index 998fa116c5..306947df81 100644 --- a/lib/CodeGen/RegAlloc/PhyRegAlloc.h +++ b/lib/CodeGen/RegAlloc/PhyRegAlloc.h @@ -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() diff --git a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h index 998fa116c5..306947df81 100644 --- a/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h +++ b/lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h @@ -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() |