summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorRuchira Sasanka <sasanka@students.uiuc.edu>2001-10-23 21:38:42 +0000
committerRuchira Sasanka <sasanka@students.uiuc.edu>2001-10-23 21:38:42 +0000
commit33b0d85f6544e6ac6293c34e99244cbabda6771b (patch)
tree0b330dff202df83b36fb82905f62778e662060ce /llvm/lib
parentc300c6ba589ae72dfe6329c94d550c78b9d59219 (diff)
downloadbcm5719-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.h3
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()
OpenPOWER on IntegriCloud