summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMBaseRegisterInfo.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-07-20 06:52:21 +0000
committerEric Christopher <echristo@apple.com>2010-07-20 06:52:21 +0000
commit72852a8cfb605056d87b644d2e36b1346051413d (patch)
tree8b5e5b548e73faf5a751d824669390242f01405e /lib/Target/ARM/ARMBaseRegisterInfo.h
parente8a469cdb400249ec263c79d1021f953f42f2760 (diff)
downloadllvm-72852a8cfb605056d87b644d2e36b1346051413d.tar.gz
llvm-72852a8cfb605056d87b644d2e36b1346051413d.tar.bz2
llvm-72852a8cfb605056d87b644d2e36b1346051413d.tar.xz
Constify some arguments.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108812 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMBaseRegisterInfo.h')
-rw-r--r--lib/Target/ARM/ARMBaseRegisterInfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/ARM/ARMBaseRegisterInfo.h b/lib/Target/ARM/ARMBaseRegisterInfo.h
index f7ee0d5cc6..61292bd822 100644
--- a/lib/Target/ARM/ARMBaseRegisterInfo.h
+++ b/lib/Target/ARM/ARMBaseRegisterInfo.h
@@ -144,8 +144,8 @@ public:
virtual bool requiresFrameIndexScavenging(const MachineFunction &MF) const;
- virtual bool hasReservedCallFrame(MachineFunction &MF) const;
- virtual bool canSimplifyCallFramePseudos(MachineFunction &MF) const;
+ virtual bool hasReservedCallFrame(const MachineFunction &MF) const;
+ virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const;
virtual void eliminateCallFramePseudoInstr(MachineFunction &MF,
MachineBasicBlock &MBB,