summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-09-20 01:14:54 +0000
committerBill Wendling <isanbard@gmail.com>2011-09-20 01:14:54 +0000
commit3c05196e2a50a33ca4d726a408df06c14309eaea (patch)
tree70b9d8591d1ed74e9665c00f01319baee1f963f8 /docs
parent4a065ddc59c8df8e42421bb5f77aee46701d8a95 (diff)
downloadllvm-3c05196e2a50a33ca4d726a408df06c14309eaea.tar.gz
llvm-3c05196e2a50a33ca4d726a408df06c14309eaea.tar.bz2
llvm-3c05196e2a50a33ca4d726a408df06c14309eaea.tar.xz
Remove some missed references to dead intrinsics.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140129 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ExceptionHandling.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/ExceptionHandling.html b/docs/ExceptionHandling.html
index ca4a453bdb..66ae54e66f 100644
--- a/docs/ExceptionHandling.html
+++ b/docs/ExceptionHandling.html
@@ -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>