Changed interface to insertCallerSavingCode().
authorVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 10 Jul 2002 21:42:42 +0000 (21:42 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Wed, 10 Jul 2002 21:42:42 +0000 (21:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2859 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/SparcV9Internals.h

index 5ea61c2e31b0f86b281dea0acce5c5e4cf46bd15..c5047f96a570c441b5f4b2c12666aa39d18d96f7 100644 (file)
@@ -485,7 +485,9 @@ public:
 
   // This method inserts the caller saving code for call instructions
   //
-  void insertCallerSavingCode(MachineInstr *MInst, 
+  void insertCallerSavingCode(vector<MachineInstr*>& instrnsBefore,
+                              vector<MachineInstr*>& instrnsAfter,
+                              MachineInstr *MInst, 
                              const BasicBlock *BB, PhyRegAlloc &PRA ) const;
 };