diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-11-28 19:23:13 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-11-28 19:23:13 +0000 |
commit | 5ebc95ff4c971af07c73f9f5a9f85749cdfac500 (patch) | |
tree | 55870ecd40522d4e8b084abd15cae9e17a27129d /llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | |
parent | a8bdb7cbf1a15720204f4f498658160039eca44f (diff) | |
download | bcm5719-llvm-5ebc95ff4c971af07c73f9f5a9f85749cdfac500.tar.gz bcm5719-llvm-5ebc95ff4c971af07c73f9f5a9f85749cdfac500.zip |
Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.
llvm-svn: 145263
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 497c286f78f..a772a46ba60 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -5943,7 +5943,6 @@ std::string SDNode::getOperationName(const SelectionDAG *G) const { 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"; - case ISD::EH_SJLJ_DISPATCHSETUP: return "EH_SJLJ_DISPATCHSETUP"; case ISD::ConstantPool: return "ConstantPool"; case ISD::ExternalSymbol: return "ExternalSymbol"; case ISD::BlockAddress: return "BlockAddress"; |