[llvm-commits] CVS: llvm/docs/LangRef.html
Chris Lattner
lattner at cs.uiuc.edu
Sun May 14 11:23:19 PDT 2006
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>
<result> = invoke [<a href="#callingconv">cconv</a>] <ptr to function ty> %<function ptr val>(<function args>)
- to label <normal label> except label <exception label>
+ to label <normal label> unwind label <exception label>
</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:sabre at nondot.org">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>
More information about the llvm-commits
mailing list