summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2009-08-17 20:25:04 +0000
committerJim Grosbach <grosbach@apple.com>2009-08-17 20:25:04 +0000
commit29626642271ae810dd526de8afa151484452abe0 (patch)
tree3b0f744894c13d189256d84caa2d374dbbd1d134 /docs
parentae68a19ef9d16fc1d331b289b62fb7c759bfdb99 (diff)
downloadllvm-29626642271ae810dd526de8afa151484452abe0.tar.gz
llvm-29626642271ae810dd526de8afa151484452abe0.tar.bz2
llvm-29626642271ae810dd526de8afa151484452abe0.tar.xz
Remove a bit more cruft from the sjlj moving to a backend pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79272 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ExceptionHandling.html19
1 files changed, 0 insertions, 19 deletions
diff --git a/docs/ExceptionHandling.html b/docs/ExceptionHandling.html
index 9eb868f492..f67954f7e2 100644
--- a/docs/ExceptionHandling.html
+++ b/docs/ExceptionHandling.html
@@ -38,7 +38,6 @@
<li><a href="#llvm_eh_sjlj_setjmp"><tt>llvm.eh.sjlj.setjmp</tt></a></li>
<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>
</ol></li>
<li><a href="#asm">Asm Table Formats</a>
<ol>
@@ -472,24 +471,6 @@
</div>
<!-- ======================================================================= -->
-<div class="doc_subsubsection">
- <a name="llvm_eh_sjlj_callsite">llvm.eh.sjlj.callsite</a>
-</div>
-
-<div class="doc_text">
-
-<pre>
- void %<a href="#llvm_eh_sjlj_callsite">llvm.eh.sjlj.callsite</a>(i32)
-</pre>
-
-<p>The SJLJ front-end allocates call site indices for invoke instrucitons.
- These values are passed to the back-end via the
- <a href="#llvm_eh_sjlj_callsite"><tt>llvm.eh.sjlj.callsite</tt></a>
- intrinsic, where they are used to build the LSDA call-site table.</p>
-
-</div>
-
-<!-- ======================================================================= -->
<div class="doc_section">
<a name="asm">Asm Table Formats</a>
</div>