summaryrefslogtreecommitdiffstats
path: root/llvm/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
commite0008e23cf9e5b81ddb8767be99442e771bf2681 (patch)
treed284691ec9e036e17a30e92a653e2f47d750be17 /llvm/lib/Target/Alpha/AlphaISelLowering.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/Alpha/AlphaISelLowering.cpp')
-rw-r--r--llvm/lib/Target/Alpha/AlphaISelLowering.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp b/llvm/lib/Target/Alpha/AlphaISelLowering.cpp
index 12b299aeda6..1e7c79f9829 100644
--- a/llvm/lib/Target/Alpha/AlphaISelLowering.cpp
+++ b/llvm/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();
OpenPOWER on IntegriCloud