From: Vikram S. Adve Date: Wed, 10 Jul 2002 21:42:42 +0000 (+0000) Subject: Changed interface to insertCallerSavingCode(). X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=6a49a1e321b53aa3cc93d4c98abe621d957a9a4a;p=oota-llvm.git Changed interface to insertCallerSavingCode(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2859 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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; };