From 6a49a1e321b53aa3cc93d4c98abe621d957a9a4a Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Wed, 10 Jul 2002 21:42:42 +0000 Subject: [PATCH] Changed interface to insertCallerSavingCode(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2859 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/SparcV9/SparcV9Internals.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Target/SparcV9/SparcV9Internals.h b/lib/Target/SparcV9/SparcV9Internals.h index 5ea61c2e31b..c5047f96a57 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& instrnsBefore, + vector& instrnsAfter, + MachineInstr *MInst, const BasicBlock *BB, PhyRegAlloc &PRA ) const; };