summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
diff options
context:
space:
mode:
authorJim Laskey <jlaskey@mac.com>2007-02-21 22:53:45 +0000
committerJim Laskey <jlaskey@mac.com>2007-02-21 22:53:45 +0000
commit4b37a4c712b6c6e0df8083dce530aa06b77d2c66 (patch)
tree10e2596c161437a268356f177095417e756ffac6 /llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
parente4ccf22c34b5ab2ca8bc989fbaa03eb62325ebb5 (diff)
downloadbcm5719-llvm-4b37a4c712b6c6e0df8083dce530aa06b77d2c66.tar.gz
bcm5719-llvm-4b37a4c712b6c6e0df8083dce530aa06b77d2c66.zip
Selection and lowering for exception handling.
llvm-svn: 34481
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index 92c84d85e84..23a66f55629 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@ -2679,6 +2679,8 @@ const char *SDNode::getOperationName(const SelectionDAG *G) const {
case ISD::GLOBAL_OFFSET_TABLE: return "GLOBAL_OFFSET_TABLE";
case ISD::RETURNADDR: return "RETURNADDR";
case ISD::FRAMEADDR: return "FRAMEADDR";
+ case ISD::EXCEPTIONADDR: return "EXCEPTIONADDR";
+ case ISD::EHSELECTION: return "EHSELECTION";
case ISD::ConstantPool: return "ConstantPool";
case ISD::ExternalSymbol: return "ExternalSymbol";
case ISD::INTRINSIC_WO_CHAIN: {
OpenPOWER on IntegriCloud