diff options
Diffstat (limited to 'llvm/docs/ReleaseNotes.html')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 7cd54c6b612..b40b356129b 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -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> |