summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/ARM/ARMISelLowering.cpp
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2007-02-22 14:56:36 +0000
committerJim Laskey <jlaskey@mac.com>2007-02-22 14:56:36 +0000
commite0008e23cf9e5b81ddb8767be99442e771bf2681 (patch)
treed284691ec9e036e17a30e92a653e2f47d750be17 /llvm/lib/Target/ARM/ARMISelLowering.cpp
parent20525d2836f2f82c58173320ab7dd189aeac7159 (diff)
downloadbcm5719-llvm-e0008e23cf9e5b81ddb8767be99442e771bf2681.tar.gz
bcm5719-llvm-e0008e23cf9e5b81ddb8767be99442e771bf2681.zip
Simplify lowering and selection of exception ops.
llvm-svn: 34488
Diffstat (limited to 'llvm/lib/Target/ARM/ARMISelLowering.cpp')
-rw-r--r--llvm/lib/Target/ARM/ARMISelLowering.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/ARM/ARMISelLowering.cpp b/llvm/lib/Target/ARM/ARMISelLowering.cpp
index 37b1febd1f7..90d02b82cf6 100644
--- a/llvm/lib/Target/ARM/ARMISelLowering.cpp
+++ b/llvm/lib/Target/ARM/ARMISelLowering.cpp
@@ -1190,9 +1190,6 @@ SDOperand ARMTargetLowering::LowerOperation(SDOperand Op, SelectionDAG &DAG) {
return LowerFORMAL_ARGUMENTS(Op, DAG);
case ISD::RETURNADDR: break;
case ISD::FRAMEADDR: break;
- // Exception address and exception selector. Currently unimplemented.
- case ISD::EXCEPTIONADDR: break;
- case ISD::EHSELECTION: break;
}
return SDOperand();
}
OpenPOWER on IntegriCloud