diff options
author | Jim Grosbach <grosbach@apple.com> | 2009-08-17 20:25:04 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2009-08-17 20:25:04 +0000 |
commit | 43bbb9de666894217e55a9fa1d5630a39bc7f660 (patch) | |
tree | f36c586d06eb83e963ff2411d1c693df68b965a4 /llvm/docs | |
parent | 0de52f906d29b50def7eec2ed6424e527812f63d (diff) | |
download | bcm5719-llvm-43bbb9de666894217e55a9fa1d5630a39bc7f660.tar.gz bcm5719-llvm-43bbb9de666894217e55a9fa1d5630a39bc7f660.zip |
Remove a bit more cruft from the sjlj moving to a backend pass.
llvm-svn: 79272
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/ExceptionHandling.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/llvm/docs/ExceptionHandling.html b/llvm/docs/ExceptionHandling.html index 9eb868f4929..f67954f7e2b 100644 --- a/llvm/docs/ExceptionHandling.html +++ b/llvm/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> |