Changes in directory llvm/docs:

LangRef.html updated: 1.150 -> 1.151
---
Log message:

Change token to match asmprinter output


---
Diffs of the changes:  (+4 -4)

 LangRef.html |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.150 llvm/docs/LangRef.html:1.151
--- llvm/docs/LangRef.html:1.150        Fri Apr 21 16:37:40 2006
+++ llvm/docs/LangRef.html      Sun May 14 13:23:06 2006
@@ -1371,7 +1371,7 @@
 
 <pre>
   &lt;result&gt; = invoke [<a href="#callingconv">cconv</a>] &lt;ptr to 
function ty&gt; %&lt;function ptr val&gt;(&lt;function args&gt;) 
-                to label &lt;normal label&gt; except label &lt;exception 
label&gt;
+                to label &lt;normal label&gt; unwind label &lt;exception 
label&gt;
 </pre>
 
 <h5>Overview:</h5>
@@ -1432,9 +1432,9 @@
 <h5>Example:</h5>
 <pre>
   %retval = invoke int %Test(int 15)             to label %Continue
-              except label %TestCleanup     <i>; {int}:retval set</i>
+              unwind label %TestCleanup     <i>; {int}:retval set</i>
   %retval = invoke <a href="#callingconv">coldcc</a> int %Test(int 15)         
    to label %Continue
-              except label %TestCleanup     <i>; {int}:retval set</i>
+              unwind label %TestCleanup     <i>; {int}:retval set</i>
 </pre>
 </div>
 
@@ -3817,7 +3817,7 @@
 
   <a href="mailto:[EMAIL PROTECTED]">Chris Lattner</a><br>
   <a href="http://llvm.org";>The LLVM Compiler Infrastructure</a><br>
-  Last modified: $Date: 2006/04/21 21:37:40 $
+  Last modified: $Date: 2006/05/14 18:23:06 $
 </address>
 </body>
 </html>



_______________________________________________
llvm-commits mailing list
llvm-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

Reply via email to