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/Sparc/SparcRegisterInfo.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/Sparc/SparcRegisterInfo.h')
-rw-r--r-- | llvm/lib/Target/Sparc/SparcRegisterInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Sparc/SparcRegisterInfo.h b/llvm/lib/Target/Sparc/SparcRegisterInfo.h index 520836e9dee..b7ea4d6f4c9 100644 --- a/llvm/lib/Target/Sparc/SparcRegisterInfo.h +++ b/llvm/lib/Target/Sparc/SparcRegisterInfo.h @@ -64,7 +64,7 @@ struct SparcRegisterInfo : public SparcGenRegisterInfo { MachineBasicBlock::iterator I) const; void eliminateFrameIndex(MachineBasicBlock::iterator II, - RegScavenger *RS = NULL) const; + int SPAdj, RegScavenger *RS = NULL) const; void processFunctionBeforeFrameFinalized(MachineFunction &MF) const; |