aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/ISDOpcodes.h
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-11-28 19:23:13 +0000
committerBill Wendling <isanbard@gmail.com>2011-11-28 19:23:13 +0000
commitc80383095e1fd6a5567a0126b3ee551df8a2aacd (patch)
tree96fe793692c10035e16e86cffa62f0d3468cd13f /include/llvm/CodeGen/ISDOpcodes.h
parented38f1ca2ede643b058211ec09b205ed30d2a256 (diff)
downloadexternal_llvm-c80383095e1fd6a5567a0126b3ee551df8a2aacd.zip
external_llvm-c80383095e1fd6a5567a0126b3ee551df8a2aacd.tar.gz
external_llvm-c80383095e1fd6a5567a0126b3ee551df8a2aacd.tar.bz2
Remove dead llvm.eh.sjlj.dispatchsetup intrinsic.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145263 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/ISDOpcodes.h')
-rw-r--r--include/llvm/CodeGen/ISDOpcodes.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/llvm/CodeGen/ISDOpcodes.h b/include/llvm/CodeGen/ISDOpcodes.h
index 184e96d..f90b07e 100644
--- a/include/llvm/CodeGen/ISDOpcodes.h
+++ b/include/llvm/CodeGen/ISDOpcodes.h
@@ -107,13 +107,6 @@ namespace ISD {
// and returns an outchain.
EH_SJLJ_LONGJMP,
- // OUTCHAIN = EH_SJLJ_DISPATCHSETUP(INCHAIN, setjmpval)
- // This corresponds to the eh.sjlj.dispatchsetup intrinsic. It takes an
- // input chain and the value returning from setjmp as inputs and returns an
- // outchain. By default, this does nothing. Targets can lower this to unwind
- // setup code if needed.
- EH_SJLJ_DISPATCHSETUP,
-
// TargetConstant* - Like Constant*, but the DAG does not do any folding,
// simplification, or lowering of the constant. They are used for constants
// which are known to fit in the immediate fields of their users, or for