Changes in directory llvm/docs:

LangRef.html updated: 1.177 -> 1.178
---
Log message:

Tie the ordered/unordered predicate descriptions to their meaning wrt
to QNAN values.


---
Diffs of the changes:  (+3 -1)

 LangRef.html |    4 +++-
 1 files changed, 3 insertions(+), 1 deletion(-)


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.177 llvm/docs/LangRef.html:1.178
--- llvm/docs/LangRef.html:1.177        Mon Dec  4 15:29:24 2006
+++ llvm/docs/LangRef.html      Wed Dec  6 01:08:07 2006
@@ -3152,6 +3152,8 @@
   <li><tt>uno</tt>: unordered (either nans)</li>
   <li><tt>true</tt>: no comparison, always returns true</li>
 </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>
@@ -4433,7 +4435,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/12/04 21:29:24 $
+  Last modified: $Date: 2006/12/06 07:08:07 $
 </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