From 7489765eeb493e3246fc14ecac235993a0d17acb Mon Sep 17 00:00:00 2001
From: Duncan Sands
Date: Mon, 16 Apr 2012 20:51:39 +0000
Subject: [PATCH] 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
---
docs/ReleaseNotes.html | 3 ---
1 file changed, 3 deletions(-)
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 9174e9142eb..c2bd881c96f 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -521,9 +521,6 @@ syntax, there are still significant gaps in that support.
The unwind instruction is now gone. With the introduction of the
new exception handling system in LLVM 3.0, the unwind instruction
became obsolete.
- Floating point instructions can be annotated with fpmath metadata
- to indicate relaxed precision requirements, such as those corresponding to
- "fast math".
....