aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/SparcV9/SparcV9Internals.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/SparcV9Internals.h b/lib/Target/SparcV9/SparcV9Internals.h
index 5ea61c2e31..c5047f96a5 100644
--- a/lib/Target/SparcV9/SparcV9Internals.h
+++ b/lib/Target/SparcV9/SparcV9Internals.h
@@ -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;
};