summaryrefslogtreecommitdiff
path: root/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
commit2ad9f17fee5d6395cd8db81668853e6dbf94060b (patch)
tree1c6103b59742bedd66e03858cb3a4bbd7b07e85e /lib/Target/ARM/ARMISelLowering.cpp
parent16a31c4ebf36d6520f18cebd8a6b248d18d10f97 (diff)
downloadllvm-2ad9f17fee5d6395cd8db81668853e6dbf94060b.tar.gz
llvm-2ad9f17fee5d6395cd8db81668853e6dbf94060b.tar.bz2
llvm-2ad9f17fee5d6395cd8db81668853e6dbf94060b.tar.xz
Simplify lowering and selection of exception ops.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34488 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARMISelLowering.cpp')
-rw-r--r--lib/Target/ARM/ARMISelLowering.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/ARM/ARMISelLowering.cpp b/lib/Target/ARM/ARMISelLowering.cpp
index 37b1febd1f..90d02b82cf 100644
--- a/lib/Target/ARM/ARMISelLowering.cpp
+++ b/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();
}