added support to move "added instructions" after the delay slot
authorRuchira Sasanka <sasanka@students.uiuc.edu>
Tue, 23 Oct 2001 21:38:42 +0000 (21:38 +0000)
committerRuchira Sasanka <sasanka@students.uiuc.edu>
Tue, 23 Oct 2001 21:38:42 +0000 (21:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@968 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAlloc/PhyRegAlloc.h
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.h

index 998fa116c59d3db8d17e95a4bee7ff4235e31ea9..306947df8118c5c6014eda63b765dfea0f396c80 100644 (file)
@@ -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() 
index 998fa116c59d3db8d17e95a4bee7ff4235e31ea9..306947df8118c5c6014eda63b765dfea0f396c80 100644 (file)
@@ -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()