summaryrefslogtreecommitdiff
path: root/lib/Target/Alpha/AlphaISelLowering.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/Alpha/AlphaISelLowering.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/Alpha/AlphaISelLowering.cpp')
-rw-r--r--lib/Target/Alpha/AlphaISelLowering.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Target/Alpha/AlphaISelLowering.cpp b/lib/Target/Alpha/AlphaISelLowering.cpp
index 12b299aeda..1e7c79f982 100644
--- a/lib/Target/Alpha/AlphaISelLowering.cpp
+++ b/lib/Target/Alpha/AlphaISelLowering.cpp
@@ -548,9 +548,6 @@ SDOperand AlphaTargetLowering::LowerOperation(SDOperand Op, SelectionDAG &DAG) {
return DAG.getNode(AlphaISD::GlobalRetAddr, MVT::i64);
//FIXME: implement
case ISD::FRAMEADDR: break;
- // Exception address and exception selector. Currently unimplemented.
- case ISD::EXCEPTIONADDR: break;
- case ISD::EHSELECTION: break;
}
return SDOperand();