aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2013-07-04 13:54:20 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2013-07-04 13:54:20 +0000
commitf349a6e9e6ee0b589c403e0c5785266da121d05c (patch)
tree87b7d24cadfc7253cc1e9a21ea2e4a69e636b2d3 /lib/Target/SystemZ
parent929d9ef111cc0053e245d04464c5ba9fba7727b2 (diff)
downloadexternal_llvm-f349a6e9e6ee0b589c403e0c5785266da121d05c.zip
external_llvm-f349a6e9e6ee0b589c403e0c5785266da121d05c.tar.gz
external_llvm-f349a6e9e6ee0b589c403e0c5785266da121d05c.tar.bz2
Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.
These exception-related opcodes are not used any longer. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185625 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SystemZ')
-rw-r--r--lib/Target/SystemZ/SystemZISelLowering.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/SystemZ/SystemZISelLowering.cpp b/lib/Target/SystemZ/SystemZISelLowering.cpp
index da4ad38..256c278 100644
--- a/lib/Target/SystemZ/SystemZISelLowering.cpp
+++ b/lib/Target/SystemZ/SystemZISelLowering.cpp
@@ -200,11 +200,6 @@ SystemZTargetLowering::SystemZTargetLowering(SystemZTargetMachine &tm)
setOperationAction(ISD::STACKSAVE, MVT::Other, Custom);
setOperationAction(ISD::STACKRESTORE, MVT::Other, Custom);
- // Expand these using getExceptionSelectorRegister() and
- // getExceptionPointerRegister().
- setOperationAction(ISD::EXCEPTIONADDR, PtrVT, Expand);
- setOperationAction(ISD::EHSELECTION, PtrVT, Expand);
-
// Handle floating-point types.
for (unsigned I = MVT::FIRST_FP_VALUETYPE;
I <= MVT::LAST_FP_VALUETYPE;