diff options
author | Evan Cheng <evan.cheng@apple.com> | 2007-05-01 09:13:03 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2007-05-01 09:13:03 +0000 |
commit | 5662b21db1ec54fd40e1995b814ee7c34ec6baf0 (patch) | |
tree | cfcd49808af54fc3c7bd8fd34161c1845cd5daaf /llvm/lib/Target/ARM/ARMRegisterInfo.h | |
parent | 8cd28f0fb1ffff3f1eb2692ba9e6d644b1ae0669 (diff) | |
download | bcm5719-llvm-5662b21db1ec54fd40e1995b814ee7c34ec6baf0.tar.gz bcm5719-llvm-5662b21db1ec54fd40e1995b814ee7c34ec6baf0.zip |
eliminateFrameIndex() change.
llvm-svn: 36626
Diffstat (limited to 'llvm/lib/Target/ARM/ARMRegisterInfo.h')
-rw-r--r-- | llvm/lib/Target/ARM/ARMRegisterInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM/ARMRegisterInfo.h b/llvm/lib/Target/ARM/ARMRegisterInfo.h index 95619ecb210..261cc8837bc 100644 --- a/llvm/lib/Target/ARM/ARMRegisterInfo.h +++ b/llvm/lib/Target/ARM/ARMRegisterInfo.h @@ -85,7 +85,7 @@ public: MachineBasicBlock::iterator I) const; void eliminateFrameIndex(MachineBasicBlock::iterator II, - RegScavenger *RS = NULL) const; + int SPAdj, RegScavenger *RS = NULL) const; void processFunctionBeforeCalleeSavedScan(MachineFunction &MF, RegScavenger *RS = NULL) const; |