summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/PowerPC
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2013-07-03 23:56:31 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2013-07-03 23:56:31 +0000
commitf33ec531fa59f8ad1ae9e90c3df9b29b8cccda4d (patch)
tree95ea02ffa5085dd01e698576579a56fc41c73e15 /llvm/lib/Target/PowerPC
parentfa6a7b9b02e2c090f7086e98b8df70c577e745c5 (diff)
downloadbcm5719-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/PowerPC')
-rw-r--r--llvm/lib/Target/PowerPC/PPCISelLowering.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
index db49e213e91..c4f961cbd64 100644
--- a/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
+++ b/llvm/lib/Target/PowerPC/PPCISelLowering.cpp
@@ -228,11 +228,6 @@ PPCTargetLowering::PPCTargetLowering(PPCTargetMachine &TM)
// We cannot sextinreg(i1). Expand to shifts.
setOperationAction(ISD::SIGN_EXTEND_INREG, MVT::i1, Expand);
- setOperationAction(ISD::EXCEPTIONADDR, MVT::i64, Expand);
- setOperationAction(ISD::EHSELECTION, MVT::i64, Expand);
- setOperationAction(ISD::EXCEPTIONADDR, MVT::i32, Expand);
- setOperationAction(ISD::EHSELECTION, MVT::i32, Expand);
-
// NOTE: EH_SJLJ_SETJMP/_LONGJMP supported here is NOT intended to support
// SjLj exception handling but a light-weight setjmp/longjmp replacement to
// support continuation, user-level threading, and etc.. As a result, no
OpenPOWER on IntegriCloud