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
This commit is contained in:
Chris Lattner
2004-06-15 21:50:46 +00:00
parent 4adf066f99
commit ee98bf5477
2 changed files with 1 additions and 35 deletions
+1 -1
View File
@@ -126,7 +126,7 @@ bytecode format and (b) those who really want to understand or document the
details of the bytecode format.</li>
<li>The <a href="BytecodeFormat.html">LLVM Bytecode file format</a> is now
being documented.</li>
<li>LLVM now provides an <a href="LangRef.html#i_isnan">llvm.isnan</a> intrinsic
<li>LLVM now provides an <a href="LangRef.html#i_isunordered">llvm.isunordered</a> intrinsic
for efficient implementation of unordered floating point comparisons.</li>
</ol>