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 | 93e8263d214336778212f6bbd2dacd0d74897537 (patch) | |
tree | ac314dc5310f82a38fea569d8a934050bb2f87e9 | |
parent | e8ee9d1c8c65815017d524f67f7c258a1b8de26e (diff) | |
download | bcm5719-llvm-93e8263d214336778212f6bbd2dacd0d74897537.tar.gz bcm5719-llvm-93e8263d214336778212f6bbd2dacd0d74897537.zip |
Forgot to remove fast math metadata from the release notes.
llvm-svn: 154858
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 9174e9142eb..c2bd881c96f 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |