Changed interface to insertCallerSavingCode().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2859 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vikram S. Adve 2002-07-10 21:42:42 +00:00
parent 06019fc8ad
commit 6a49a1e321

View 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;
};