diff options
author | Bill Wendling <isanbard@gmail.com> | 2011-09-20 01:14:54 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2011-09-20 01:14:54 +0000 |
commit | 12e58f9c22749e7566ed1ea8c2927f1f630f43df (patch) | |
tree | 0cebfb3e9634bbc3bcfaf432a87cce91fcd72dd4 /llvm/docs/ExceptionHandling.html | |
parent | 011618454da145adbd8377adfa64113e46aaf089 (diff) | |
download | bcm5719-llvm-12e58f9c22749e7566ed1ea8c2927f1f630f43df.tar.gz bcm5719-llvm-12e58f9c22749e7566ed1ea8c2927f1f630f43df.zip |
Remove some missed references to dead intrinsics.
llvm-svn: 140129
Diffstat (limited to 'llvm/docs/ExceptionHandling.html')
-rw-r--r-- | llvm/docs/ExceptionHandling.html | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/llvm/docs/ExceptionHandling.html b/llvm/docs/ExceptionHandling.html index ca4a453bdb0..66ae54e66ff 100644 --- a/llvm/docs/ExceptionHandling.html +++ b/llvm/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> |