[llvm-commits] [llvm] r154858 - /llvm/trunk/docs/ReleaseNotes.html
Duncan Sands
baldrick at free.fr
Mon Apr 16 13:51:39 PDT 2012
Author: baldrick
Date: Mon Apr 16 15:51:39 2012
New Revision: 154858
URL: http://llvm.org/viewvc/llvm-project?rev=154858&view=rev
Log:
Forgot to remove fast math metadata from the release notes.
Modified:
llvm/trunk/docs/ReleaseNotes.html
Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=154858&r1=154857&r2=154858&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Mon Apr 16 15:51:39 2012
@@ -521,9 +521,6 @@
<li>The <tt>unwind</tt> instruction is now gone. With the introduction of the
new exception handling system in LLVM 3.0, the <tt>unwind</tt> instruction
became obsolete.</li>
- <li>Floating point instructions can be annotated with <tt>fpmath</tt> metadata
- to indicate relaxed precision requirements, such as those corresponding to
- "fast math".</li>
<li>....</li>
</ul>
More information about the llvm-commits
mailing list