[llvm-commits] [llvm] r140129 - /llvm/trunk/docs/ExceptionHandling.html
Bill Wendling
isanbard at gmail.com
Mon Sep 19 18:14:54 PDT 2011
Author: void
Date: Mon Sep 19 20:14:54 2011
New Revision: 140129
URL: http://llvm.org/viewvc/llvm-project?rev=140129&view=rev
Log:
Remove some missed references to dead intrinsics.
Modified:
llvm/trunk/docs/ExceptionHandling.html
Modified: llvm/trunk/docs/ExceptionHandling.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ExceptionHandling.html?rev=140129&r1=140128&r2=140129&view=diff
==============================================================================
--- llvm/trunk/docs/ExceptionHandling.html (original)
+++ llvm/trunk/docs/ExceptionHandling.html Mon Sep 19 20:14:54 2011
@@ -33,9 +33,6 @@
</ol></li>
<li><a href="#format_common_intrinsics">Exception Handling Intrinsics</a>
<ol>
- <li><a href="#llvm_eh_exception"><tt>llvm.eh.exception</tt></a></li>
- <li><a href="#llvm_eh_selector"><tt>llvm.eh.selector</tt></a></li>
- <li><a href="#llvm_eh_resume"><tt>llvm.eh.resume</tt></a></li>
<li><a href="#llvm_eh_typeid_for"><tt>llvm.eh.typeid.for</tt></a></li>
<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>
@@ -413,8 +410,8 @@
<p>This intrinsic returns the type info index in the exception table of the
current function. This value can be used to compare against the result
- of <a href="#llvm_eh_selector"><tt>llvm.eh.selector</tt></a>. The single
- argument is a reference to a type info.</p>
+ of <a href="LangRef.html#i_landingpad"><tt>landingpad</tt> instruction</a>.
+ The single argument is a reference to a type info.</p>
</div>
More information about the llvm-commits
mailing list