[llvm-commits] CVS: llvm/docs/LangRef.html
Chris Lattner
lattner at cs.uiuc.edu
Tue Jun 15 16:57:01 PDT 2004
Changes in directory llvm/docs:
LangRef.html updated: 1.65 -> 1.66
---
Log message:
llvm.isnan is dead, long live llvm.isunordered!
---
Diffs of the changes: (+1 -35)
Index: llvm/docs/LangRef.html
diff -u llvm/docs/LangRef.html:1.65 llvm/docs/LangRef.html:1.66
--- llvm/docs/LangRef.html:1.65 Sat Jun 12 20:16:15 2004
+++ llvm/docs/LangRef.html Tue Jun 15 16:50:12 2004
@@ -124,7 +124,6 @@
<li><a href="#i_memcpy">'<tt>llvm.memcpy</tt>' Intrinsic</a></li>
<li><a href="#i_memmove">'<tt>llvm.memmove</tt>' Intrinsic</a></li>
<li><a href="#i_memset">'<tt>llvm.memset</tt>' Intrinsic</a></li>
- <li><a href="#i_isnan">'<tt>llvm.isnan</tt>' Intrinsic</a></li>
<li><a href="#i_isunordered">'<tt>llvm.isunordered</tt>' Intrinsic</a></li>
</ol>
</li>
@@ -2532,39 +2531,6 @@
<!-- _______________________________________________________________________ -->
<div class="doc_subsubsection">
- <a name="i_isnan">'<tt>llvm.isnan</tt>' Intrinsic</a>
-</div>
-
-<div class="doc_text">
-
-<h5>Syntax:</h5>
-<pre>
- call bool (<float or double>)* %llvm.isnan(<float or double> Val)
-</pre>
-
-<h5>Overview:</h5>
-
-<p>
-The '<tt>llvm.isnan</tt>' intrinsic returns true if the specific floating point
-value is a NAN.
-</p>
-
-<h5>Arguments:</h5>
-
-<p>
-The argument is a floating point number.
-</p>
-
-<h5>Semantics:</h5>
-
-<p>
-If the argument is a SNAN or QNAN, it returns true, otherwise false.
-</p>
-</div>
-
-
-<!-- _______________________________________________________________________ -->
-<div class="doc_subsubsection">
<a name="i_isunordered">'<tt>llvm.isunordered</tt>' Intrinsic</a>
</div>
@@ -2625,7 +2591,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">The LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/06/13 01:16:15 $
+ Last modified: $Date: 2004/06/15 21:50:12 $
</address>
</body>
</html>
More information about the llvm-commits
mailing list