aboutsummaryrefslogtreecommitdiffstats
path: root/docs/LangRef.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-06-15 21:50:46 +0000
committerChris Lattner <sabre@nondot.org>2004-06-15 21:50:46 +0000
commitee98bf5477ef5582c1a64eaf06cd0753e0bcd4e7 (patch)
treeadd190c401273e8e4c08761c7398fc39b1b5cf44 /docs/LangRef.html
parent4adf066f993c5b87446446342efbbe2340eff4c3 (diff)
downloadexternal_llvm-ee98bf5477ef5582c1a64eaf06cd0753e0bcd4e7.zip
external_llvm-ee98bf5477ef5582c1a64eaf06cd0753e0bcd4e7.tar.gz
external_llvm-ee98bf5477ef5582c1a64eaf06cd0753e0bcd4e7.tar.bz2
llvm.isnan is dead, long live llvm.isunordered!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14190 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/LangRef.html')
-rw-r--r--docs/LangRef.html34
1 files changed, 0 insertions, 34 deletions
diff --git a/docs/LangRef.html b/docs/LangRef.html
index 38307cb..5dfc953 100644
--- a/docs/LangRef.html
+++ b/docs/LangRef.html
@@ -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 @@ this can be specified as the fourth argument, otherwise it should be set to 0 or
<!-- _______________________________________________________________________ -->
<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 (&lt;float or double&gt;)* %llvm.isnan(&lt;float or double&gt; 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>