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 | 33b0d85f6544e6ac6293c34e99244cbabda6771b (patch) | |
tree | 0b330dff202df83b36fb82905f62778e662060ce /llvm/lib | |
parent | c300c6ba589ae72dfe6329c94d550c78b9d59219 (diff) | |
download | bcm5719-llvm-33b0d85f6544e6ac6293c34e99244cbabda6771b.tar.gz bcm5719-llvm-33b0d85f6544e6ac6293c34e99244cbabda6771b.zip |
added support to move "added instructions" after the delay slot
llvm-svn: 968
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h index 998fa116c59..306947df811 100644 --- a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h +++ b/llvm/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() |