mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-30 08:44:48 +00:00
Put caller-saving code *before* argument copying code!
(This file has a minor change required for this fix.) llvm-svn: 2854
This commit is contained in:
parent
4543e3c252
commit
47a8810964
@ -220,7 +220,9 @@ public:
|
||||
// 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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user