Changed interface to insertCallerSavingCode().

llvm-svn: 2859
This commit is contained in:
Vikram S. Adve 2002-07-10 21:42:42 +00:00
parent e997a11251
commit c5f8b52bd0
1 changed files with 3 additions and 1 deletions

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