From c5f8b52bd0cd9f2a7dd8743119745d2dd35f96f1 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(). llvm-svn: 2859 --- llvm/lib/Target/Sparc/SparcInternals.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/llvm/lib/Target/Sparc/SparcInternals.h b/llvm/lib/Target/Sparc/SparcInternals.h index 5ea61c2e31b0..c5047f96a570 100644 --- a/llvm/lib/Target/Sparc/SparcInternals.h +++ b/llvm/lib/Target/Sparc/SparcInternals.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; };