summaryrefslogtreecommitdiffstats
path: root/lib/Target/ARM/ARMRegisterInfo.h
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2006-05-18 00:12:58 +0000
committerEvan Cheng <evan.cheng@apple.com>2006-05-18 00:12:58 +0000
commit0f3ac8d8d4ce23eb2ae6f9d850f389250874eea5 (patch)
tree9e7db7b9f132d3b72d7e901b625e6e702bab3558 /lib/Target/ARM/ARMRegisterInfo.h
parent0cfd73a9c190f335c9ae422ea145e7aae6fe2794 (diff)
downloadexternal_llvm-0f3ac8d8d4ce23eb2ae6f9d850f389250874eea5.zip
external_llvm-0f3ac8d8d4ce23eb2ae6f9d850f389250874eea5.tar.gz
external_llvm-0f3ac8d8d4ce23eb2ae6f9d850f389250874eea5.tar.bz2
getCalleeSaveRegs and getCalleeSaveRegClasses are no long TableGen'd.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28378 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMRegisterInfo.h')
-rw-r--r--lib/Target/ARM/ARMRegisterInfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Target/ARM/ARMRegisterInfo.h b/lib/Target/ARM/ARMRegisterInfo.h
index a2fa7b9..69f5640 100644
--- a/lib/Target/ARM/ARMRegisterInfo.h
+++ b/lib/Target/ARM/ARMRegisterInfo.h
@@ -45,6 +45,10 @@ struct ARMRegisterInfo : public ARMGenRegisterInfo {
unsigned OpNum,
int FrameIndex) const;
+ const unsigned *getCalleeSaveRegs() const;
+
+ const TargetRegisterClass* const* getCalleeSaveRegClasses() const;
+
void eliminateCallFramePseudoInstr(MachineFunction &MF,
MachineBasicBlock &MBB,
MachineBasicBlock::iterator I) const;