[llvm-commits] CVS: llvm/docs/LangRef.html

Reid Spencer reid at x10sys.com
Wed Jan 3 21:20:14 PST 2007



Changes in directory llvm/docs:

LangRef.html updated: 1.184 -> 1.185
---
Log message:

icmp and fcmp do not take packed type operands.


---
Diffs of the changes:  (+6 -7)

 LangRef.html |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.184 llvm/docs/LangRef.html:1.185
--- llvm/docs/LangRef.html:1.184	Sun Dec 31 15:30:18 2006
+++ llvm/docs/LangRef.html	Wed Jan  3 23:19:58 2007
@@ -3139,9 +3139,8 @@
   <li><tt>slt</tt>: signed less than</li>
   <li><tt>sle</tt>: signed less or equal</li>
 </ol>
-<p>The remaining two arguments must be of <a href="#t_integral">integral</a>, 
-<a href="#t_pointer">pointer</a> or a <a href="#t_packed">packed</a> integral 
-type. They must have identical types.</p>
+<p>The remaining two arguments must be <a href="#t_integral">integral</a> or
+<a href="#t_pointer">pointer</a> typed. They must also be identical types.</p>
 <h5>Semantics:</h5>
 <p>The '<tt>icmp</tt>' compares <tt>var1</tt> and <tt>var2</tt> according to 
 the condition code given as <tt>cond</tt>. The comparison performed always
@@ -3220,9 +3219,9 @@
 </ol>
 <p>In the preceding, <i>ordered</i> means that neither operand is a QNAN while
 <i>unordered</i> means that either operand may be a QNAN.</p>
-<p>The <tt>val1</tt> and <tt>val2</tt> arguments must be of 
-<a href="#t_floating">floating point</a>, or a <a href="#t_packed">packed</a> 
-floating point type. They must have identical types.</p>
+<p>The <tt>val1</tt> and <tt>val2</tt> arguments must be
+<a href="#t_floating">floating point</a> typed.  They must have identical 
+types.</p>
 <p>In the foregoing, <i>ordered</i> means that neither operand is a QNAN and 
 <i>unordered</i> means that either operand is a QNAN.</p>
 <h5>Semantics:</h5>
@@ -4501,7 +4500,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/12/31 21:30:18 $
+  Last modified: $Date: 2007/01/04 05:19:58 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list