diff options
author | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2013-07-03 23:56:31 +0000 |
---|---|---|
committer | Jakob Stoklund Olesen <stoklund@2pi.dk> | 2013-07-03 23:56:31 +0000 |
commit | f33ec531fa59f8ad1ae9e90c3df9b29b8cccda4d (patch) | |
tree | 95ea02ffa5085dd01e698576579a56fc41c73e15 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | |
parent | fa6a7b9b02e2c090f7086e98b8df70c577e745c5 (diff) | |
download | bcm5719-llvm-f33ec531fa59f8ad1ae9e90c3df9b29b8cccda4d.tar.gz bcm5719-llvm-f33ec531fa59f8ad1ae9e90c3df9b29b8cccda4d.zip |
Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.
These exception-related opcodes are not used any longer.
llvm-svn: 185596
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp index 73db6d0109c..d8ee221cb46 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp @@ -92,9 +92,6 @@ std::string SDNode::getOperationName(const SelectionDAG *G) const { case ISD::RETURNADDR: return "RETURNADDR"; case ISD::FRAMEADDR: return "FRAMEADDR"; case ISD::FRAME_TO_ARGS_OFFSET: return "FRAME_TO_ARGS_OFFSET"; - case ISD::EXCEPTIONADDR: return "EXCEPTIONADDR"; - case ISD::LSDAADDR: return "LSDAADDR"; - case ISD::EHSELECTION: return "EHSELECTION"; case ISD::EH_RETURN: return "EH_RETURN"; case ISD::EH_SJLJ_SETJMP: return "EH_SJLJ_SETJMP"; case ISD::EH_SJLJ_LONGJMP: return "EH_SJLJ_LONGJMP"; |