summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARMBaseRegisterInfo.cpp
diff options
context:
space:
mode:
authorRafael Espindola <rafael.espindola@gmail.com>2013-10-07 13:39:22 +0000
committerRafael Espindola <rafael.espindola@gmail.com>2013-10-07 13:39:22 +0000
commitef8c4ca252f1289ca8d0a1e6cfd96ca17fe3c5a8 (patch)
treeab4cada14200eec36646d146e7daf5247fa471e7 /lib/Target/ARM/ARMBaseRegisterInfo.cpp
parentc697f8b28832a0dcb8b7ceb919b02628050b7730 (diff)
downloadllvm-ef8c4ca252f1289ca8d0a1e6cfd96ca17fe3c5a8.tar.gz
llvm-ef8c4ca252f1289ca8d0a1e6cfd96ca17fe3c5a8.tar.bz2
llvm-ef8c4ca252f1289ca8d0a1e6cfd96ca17fe3c5a8.tar.xz
Remove getEHExceptionRegister and getEHHandlerRegister.
They haven't been used for a long time. Patch by MathOnNapkins. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192099 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMBaseRegisterInfo.cpp')
-rw-r--r--lib/Target/ARM/ARMBaseRegisterInfo.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/Target/ARM/ARMBaseRegisterInfo.cpp b/lib/Target/ARM/ARMBaseRegisterInfo.cpp
index ce89d7beb1..8717dc0cde 100644
--- a/lib/Target/ARM/ARMBaseRegisterInfo.cpp
+++ b/lib/Target/ARM/ARMBaseRegisterInfo.cpp
@@ -385,14 +385,6 @@ ARMBaseRegisterInfo::getFrameRegister(const MachineFunction &MF) const {
return ARM::SP;
}
-unsigned ARMBaseRegisterInfo::getEHExceptionRegister() const {
- llvm_unreachable("What is the exception register");
-}
-
-unsigned ARMBaseRegisterInfo::getEHHandlerRegister() const {
- llvm_unreachable("What is the exception handler register");
-}
-
/// emitLoadConstPool - Emits a load from constpool to materialize the
/// specified immediate.
void ARMBaseRegisterInfo::