summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMBaseRegisterInfo.h
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2010-08-24 19:05:43 +0000
committerJim Grosbach <grosbach@apple.com>2010-08-24 19:05:43 +0000
commita273442891ae20fd8192526132e3819ea9e5eda9 (patch)
tree0e28d05f881cbe240efb9fba0d59f0072c149869 /lib/Target/ARM/ARMBaseRegisterInfo.h
parent05ea54e8869a81b8dd846397175f218f97968907 (diff)
downloadllvm-a273442891ae20fd8192526132e3819ea9e5eda9.tar.gz
llvm-a273442891ae20fd8192526132e3819ea9e5eda9.tar.bz2
llvm-a273442891ae20fd8192526132e3819ea9e5eda9.tar.xz
Move enabling the local stack allocation pass into the target where it belongs.
For now it's still a command line option, but the interface to the generic code doesn't need to know that. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@111942 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMBaseRegisterInfo.h')
-rw-r--r--lib/Target/ARM/ARMBaseRegisterInfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMBaseRegisterInfo.h b/lib/Target/ARM/ARMBaseRegisterInfo.h
index afd43eaeb3..7044b74e7d 100644
--- a/lib/Target/ARM/ARMBaseRegisterInfo.h
+++ b/lib/Target/ARM/ARMBaseRegisterInfo.h
@@ -154,6 +154,8 @@ public:
virtual bool requiresFrameIndexScavenging(const MachineFunction &MF) const;
+ virtual bool requiresVirtualBaseRegisters(const MachineFunction &MF) const;
+
virtual bool hasReservedCallFrame(const MachineFunction &MF) const;
virtual bool canSimplifyCallFramePseudos(const MachineFunction &MF) const;