[llvm-commits] CVS: llvm/docs/LangRef.html
Reid Spencer
reid at x10sys.com
Sat Nov 18 13:55:59 PST 2006
Changes in directory llvm/docs:
LangRef.html updated: 1.171 -> 1.172
---
Log message:
Update a reference to the old setcc instruction.
---
Diffs of the changes: (+2 -2)
LangRef.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.171 llvm/docs/LangRef.html:1.172
--- llvm/docs/LangRef.html:1.171 Sat Nov 18 15:50:54 2006
+++ llvm/docs/LangRef.html Sat Nov 18 15:55:45 2006
@@ -1426,7 +1426,7 @@
to the '<tt>iftrue</tt>' <tt>label</tt> argument. If "cond" is <tt>false</tt>,
control flows to the '<tt>iffalse</tt>' <tt>label</tt> argument.</p>
<h5>Example:</h5>
-<pre>Test:<br> %cond = <a href="#i_setcc">seteq</a> int %a, %b<br> br bool %cond, label %IfEqual, label %IfUnequal<br>IfEqual:<br> <a
+<pre>Test:<br> %cond = <a href="#i_icmp">icmp</a> eq, int %a, %b<br> br bool %cond, label %IfEqual, label %IfUnequal<br>IfEqual:<br> <a
href="#i_ret">ret</a> int 1<br>IfUnequal:<br> <a href="#i_ret">ret</a> int 0<br></pre>
</div>
<!-- _______________________________________________________________________ -->
@@ -4427,7 +4427,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/11/18 21:50:54 $
+ Last modified: $Date: 2006/11/18 21:55:45 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list