[llvm-commits] [llvm] r79131 - /llvm/trunk/docs/ExceptionHandling.html
Bill Wendling
isanbard at gmail.com
Sat Aug 15 13:08:06 PDT 2009
Author: void
Date: Sat Aug 15 15:08:04 2009
New Revision: 79131
URL: http://llvm.org/viewvc/llvm-project?rev=79131&view=rev
Log:
Fix validation errors.
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=79131&r1=79130&r2=79131&view=diff
==============================================================================
--- llvm/trunk/docs/ExceptionHandling.html (original)
+++ llvm/trunk/docs/ExceptionHandling.html Sat Aug 15 15:08:04 2009
@@ -410,11 +410,11 @@
</div>
<div class="doc_text">
+
<pre>
-i32 %<a href="#llvm_eh_typeid_for">llvm.eh.typeid.for.i32</a>(i8*)
-i64 %<a href="#llvm_eh_typeid_for">llvm.eh.typeid.for.i64</a>(i8*)
+ i32 %<a href="#llvm_eh_typeid_for">llvm.eh.typeid.for.i32</a>(i8*)
+ i64 %<a href="#llvm_eh_typeid_for">llvm.eh.typeid.for.i64</a>(i8*)
</pre>
-</div>
<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
More information about the llvm-commits
mailing list