summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMBaseRegisterInfo.h
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-08-26 21:56:30 +0000
committerJim Grosbach <grosbach@apple.com>2010-08-26 21:56:30 +0000
commit1ab3f16f06698596716593a30545799688acccd7 (patch)
tree0bb318ae78044dd993b5fea30d83ed5355d78874 /lib/Target/ARM/ARMBaseRegisterInfo.h
parente5a1426174986951a20ec6ffd119b77a24a65706 (diff)
downloadllvm-1ab3f16f06698596716593a30545799688acccd7.tar.gz
llvm-1ab3f16f06698596716593a30545799688acccd7.tar.bz2
llvm-1ab3f16f06698596716593a30545799688acccd7.tar.xz
tidy up a bit. no functional change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112228 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMBaseRegisterInfo.h')
-rw-r--r--lib/Target/ARM/ARMBaseRegisterInfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARMBaseRegisterInfo.h b/lib/Target/ARM/ARMBaseRegisterInfo.h
index 7c1a04ca3b..529babb2f3 100644
--- a/lib/Target/ARM/ARMBaseRegisterInfo.h
+++ b/lib/Target/ARM/ARMBaseRegisterInfo.h
@@ -105,7 +105,7 @@ public:
bool canRealignStack(const MachineFunction &MF) const;
bool needsStackRealignment(const MachineFunction &MF) const;
- int64_t getFrameIndexInstrOffset(MachineInstr *MI, int Idx) const;
+ int64_t getFrameIndexInstrOffset(const MachineInstr *MI, int Idx) const;
bool needsFrameBaseReg(MachineInstr *MI, int64_t Offset) const;
void materializeFrameBaseRegister(MachineBasicBlock::iterator I,
unsigned BaseReg, int FrameIdx,