forked from OSchip/llvm-project
Changed interface to insertCallerSavingCode().
llvm-svn: 2859
This commit is contained in:
parent
e997a11251
commit
c5f8b52bd0
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue