Remove some missed references to dead intrinsics.
authorBill Wendling <isanbard@gmail.com>
Tue, 20 Sep 2011 01:14:54 +0000 (01:14 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 20 Sep 2011 01:14:54 +0000 (01:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140129 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ExceptionHandling.html

index ca4a453bdb06a6647a4957f27eaa6d5116736e3b..66ae54e66ff53192e144e3662ff1123b774d339a 100644 (file)
@@ -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>
 
 <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>