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

Robert L. Bocchino Jr. bocchino at persephone.cs.uiuc.edu
Tue Mar 14 15:23:20 PST 2006



Changes in directory llvm/docs:

LangRef.html updated: 1.141 -> 1.142
---
Log message:

Fixed a typo in the vsetfp examples.


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

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


Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.141 llvm/docs/LangRef.html:1.142
--- llvm/docs/LangRef.html:1.141	Tue Mar 14 14:55:28 2006
+++ llvm/docs/LangRef.html	Tue Mar 14 17:22:57 2006
@@ -2461,12 +2461,12 @@
 </table>
 
 <h5>Example:</h5>
-<pre>  <result> = vsetfp eq <2 x float> <float 0, float 1>, <float 1, float 0>      <i>; yields {<2 x bool>}:result = false, false</i>
-  <result> = vsetfp ne <2 x float> <float 0, float 1>, <float 1, float 0>      <i>; yields {<2 x bool>}:result = true, true</i>
-  <result> = vsetfp lt <2 x float> <float 0, float 1>, <float 1, float 0>      <i>; yields {<2 x bool>}:result = true, false</i>
-  <result> = vsetfp gt <2 x float> <float 0, float 1>, <float 1, float 0>      <i>; yields {<2 x bool>}:result = false, true</i>
-  <result> = vsetfp le <2 x float> <float 0, float 1>, <float 1, float 0>      <i>; yields {<2 x bool>}:result = true, false</i>
-  <result> = vsetfp ge <2 x float> <float 0, float 1>, <float 1, float 0>      <i>; yields {<2 x bool>}:result = false, true</i>
+<pre>  <result> = vsetfp eq <2 x float> <float 0.0, float 1.0>, <float 1.0, float 0.0>      <i>; yields {<2 x bool>}:result = false, false</i>
+  <result> = vsetfp ne <2 x float> <float 0.0, float 1.0>, <float 1.0, float 0.0>      <i>; yields {<2 x bool>}:result = true, true</i>
+  <result> = vsetfp lt <2 x float> <float 0.0, float 1.0>, <float 1.0, float 0.0>      <i>; yields {<2 x bool>}:result = true, false</i>
+  <result> = vsetfp gt <2 x float> <float 0.0, float 1.0>, <float 1.0, float 0.0>      <i>; yields {<2 x bool>}:result = false, true</i>
+  <result> = vsetfp le <2 x float> <float 0.0, float 1.0>, <float 1.0, float 0.0>      <i>; yields {<2 x bool>}:result = true, false</i>
+  <result> = vsetfp ge <2 x float> <float 0.0, float 1.0>, <float 1.0, float 0.0>      <i>; yields {<2 x bool>}:result = false, true</i>
 </pre>
 </div>
 
@@ -3733,7 +3733,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/03/14 20:55:28 $
+  Last modified: $Date: 2006/03/14 23:22:57 $
 </address>
 </body>
 </html>






More information about the llvm-commits mailing list