diff options
| author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2013-07-03 23:56:31 +0000 |
|---|---|---|
| committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2013-07-03 23:56:31 +0000 |
| commit | f33ec531fa59f8ad1ae9e90c3df9b29b8cccda4d (patch) | |
| tree | 95ea02ffa5085dd01e698576579a56fc41c73e15 /llvm/lib/Target/SystemZ | |
| parent | fa6a7b9b02e2c090f7086e98b8df70c577e745c5 (diff) | |
| download | bcm5719-llvm-f33ec531fa59f8ad1ae9e90c3df9b29b8cccda4d.tar.gz bcm5719-llvm-f33ec531fa59f8ad1ae9e90c3df9b29b8cccda4d.zip | |
Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.
These exception-related opcodes are not used any longer.
llvm-svn: 185596
Diffstat (limited to 'llvm/lib/Target/SystemZ')
| -rw-r--r-- | llvm/lib/Target/SystemZ/SystemZISelLowering.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp b/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp index da4ad38e465..256c27829d7 100644 --- a/llvm/lib/Target/SystemZ/SystemZISelLowering.cpp +++ b/llvm/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; |

