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/Alpha/AlphaRegisterInfo.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/Alpha/AlphaRegisterInfo.h')
-rw-r--r-- | llvm/lib/Target/Alpha/AlphaRegisterInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaRegisterInfo.h b/llvm/lib/Target/Alpha/AlphaRegisterInfo.h index 0fd82dd864f..07fea9eebea 100644 --- a/llvm/lib/Target/Alpha/AlphaRegisterInfo.h +++ b/llvm/lib/Target/Alpha/AlphaRegisterInfo.h @@ -61,7 +61,7 @@ struct AlphaRegisterInfo : public AlphaGenRegisterInfo { MachineBasicBlock::iterator I) const; void eliminateFrameIndex(MachineBasicBlock::iterator II, - RegScavenger *RS = NULL) const; + int SPAdj, RegScavenger *RS = NULL) const; //void processFunctionBeforeFrameFinalized(MachineFunction &MF) const; |