[llvm-commits] [llvm] r121425 - /llvm/trunk/docs/ExceptionHandling.html
Bill Wendling
isanbard at gmail.com
Thu Dec 9 15:05:48 PST 2010
Author: void
Date: Thu Dec 9 17:05:48 2010
New Revision: 121425
URL: http://llvm.org/viewvc/llvm-project?rev=121425&view=rev
Log:
Fix the prototype for the llvm.eh.selector intrinsic.
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=121425&r1=121424&r2=121425&view=diff
==============================================================================
--- llvm/trunk/docs/ExceptionHandling.html (original)
+++ llvm/trunk/docs/ExceptionHandling.html Thu Dec 9 17:05:48 2010
@@ -420,7 +420,7 @@
<div class="doc_text">
<pre>
- i32 %<a href="#llvm_eh_selector">llvm.eh.selector</a>(i8*, i8*, i8*, ...)
+ i32 %<a href="#llvm_eh_selector">llvm.eh.selector</a>(i8*, i8*, ...)
</pre>
<p>This intrinsic is used to compare the exception with the given type infos,
More information about the llvm-commits
mailing list