diff options
author | Duncan Sands <baldrick@free.fr> | 2012-04-16 20:51:39 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2012-04-16 20:51:39 +0000 |
commit | 7489765eeb493e3246fc14ecac235993a0d17acb (patch) | |
tree | 20350f55ab1ccc8bed0dbab0ebf1fde63a37f08c | |
parent | fbefc9125d3b8121c7fa590f1184884f4a104c2a (diff) |
Forgot to remove fast math metadata from the release notes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154858 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 9174e9142e..c2bd881c96 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -521,9 +521,6 @@ syntax, there are still significant gaps in that support.</p> <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> |