summaryrefslogtreecommitdiff
path: root/docs
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 /docs
parented38f1ca2ede643b058211ec09b205ed30d2a256 (diff)
downloadllvm-c80383095e1fd6a5567a0126b3ee551df8a2aacd.tar.gz
llvm-c80383095e1fd6a5567a0126b3ee551df8a2aacd.tar.bz2
llvm-c80383095e1fd6a5567a0126b3ee551df8a2aacd.tar.xz
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 'docs')
-rw-r--r--docs/ExceptionHandling.html20
1 files changed, 0 insertions, 20 deletions
diff --git a/docs/ExceptionHandling.html b/docs/ExceptionHandling.html
index 7e55e42978..42881f5a77 100644
--- a/docs/ExceptionHandling.html
+++ b/docs/ExceptionHandling.html
@@ -38,7 +38,6 @@
<li><a href="#llvm_eh_sjlj_longjmp"><tt>llvm.eh.sjlj.longjmp</tt></a></li>
<li><a href="#llvm_eh_sjlj_lsda"><tt>llvm.eh.sjlj.lsda</tt></a></li>
<li><a href="#llvm_eh_sjlj_callsite"><tt>llvm.eh.sjlj.callsite</tt></a></li>
- <li><a href="#llvm_eh_sjlj_dispatchsetup"><tt>llvm.eh.sjlj.dispatchsetup</tt></a></li>
</ol></li>
<li><a href="#asm">Asm Table Formats</a>
<ol>
@@ -499,25 +498,6 @@
</div>
<!-- ======================================================================= -->
-<h4>
- <a name="llvm_eh_sjlj_dispatchsetup">llvm.eh.sjlj.dispatchsetup</a>
-</h4>
-
-<div>
-
-<pre>
- void @llvm.eh.sjlj.dispatchsetup(i32 %dispatch_value)
-</pre>
-
-<p>For SJLJ based exception handling, the <tt>llvm.eh.sjlj.dispatchsetup</tt>
- intrinsic is used by targets to do any unwind edge setup they need. By
- default, no action is taken.</p>
-
-</div>
-
-</div>
-
-<!-- ======================================================================= -->
<h2>
<a name="asm">Asm Table Formats</a>
</h2>