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

Reid Spencer reid at x10sys.com
Sat Jan 20 16:30:03 PST 2007



Changes in directory llvm/docs:

LangRef.html updated: 1.201 -> 1.202
---
Log message:

For PR970: http://llvm.org/PR970 :
Clean up handling of isFloatingPoint() and dealing with PackedType.
Patch by Gordon Henriksen!


---
Diffs of the changes:  (+2 -5)

 LangRef.html |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.201 llvm/docs/LangRef.html:1.202
--- llvm/docs/LangRef.html:1.201	Fri Jan 19 11:11:12 2007
+++ llvm/docs/LangRef.html	Sat Jan 20 18:29:25 2007
@@ -2867,7 +2867,7 @@
 
 <!-- _______________________________________________________________________ -->
 <div class="doc_subsubsection">
-   <a name="i_fp2uint">'<tt>fptoui .. to</tt>' Instruction</a>
+   <a name="i_fptoui">'<tt>fptoui .. to</tt>' Instruction</a>
 </div>
 <div class="doc_text">
 
@@ -3270,9 +3270,6 @@
   <li><tt>uno</tt>: yields <tt>true</tt> if either operand is a QNAN.</li>
   <li><tt>true</tt>: always yields <tt>true</tt>, regardless of operands.</li>
 </ol>
-<p>If the operands are <a href="#t_packed">packed</a> typed, the elements of 
-the vector are compared in turn and the predicate must hold for all elements.
-</p>
 
 <h5>Example:</h5>
 <pre>  <result> = fcmp oeq float 4.0, 5.0    <i>; yields: result=false</i>
@@ -4484,7 +4481,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: 2007/01/19 17:11:12 $
+  Last modified: $Date: 2007/01/21 00:29:25 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list