summaryrefslogtreecommitdiff
path: root/lib/Target
diff options
context:
space:
mode:
authorVikram S. Adve <vadve@cs.uiuc.edu>2002-07-10 21:42:42 +0000
committerVikram S. Adve <vadve@cs.uiuc.edu>2002-07-10 21:42:42 +0000
commit6a49a1e321b53aa3cc93d4c98abe621d957a9a4a (patch)
treef0c99eaf602640b75d42e3ca2c69f3c1b5bbcb74 /lib/Target
parent06019fc8ade9162cf026401319f04cbbb46901ce (diff)
downloadllvm-6a49a1e321b53aa3cc93d4c98abe621d957a9a4a.tar.gz
llvm-6a49a1e321b53aa3cc93d4c98abe621d957a9a4a.tar.bz2
llvm-6a49a1e321b53aa3cc93d4c98abe621d957a9a4a.tar.xz
Changed interface to insertCallerSavingCode().
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2859 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target')
-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;
};