(This file has a minor change required for this fix.)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2854
91177308-0d34-0410-b5e6-
96231b3b80d8
// an architecture. This must insert code for saving and restoring
// such registers on
//
- virtual void insertCallerSavingCode(MachineInstr *MInst,
+ virtual void insertCallerSavingCode(vector<MachineInstr*>& instrnsBefore,
+ vector<MachineInstr*>& instrnsAfter,
+ MachineInstr *MInst,
const BasicBlock *BB,
PhyRegAlloc &PRA) const = 0;