From: Chris Lattner
Date: Thu, 2 Dec 2004 18:21:45 +0000 (+0000)
Subject: Add a note
X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=06a60f5ef1495d038edbe92b243f59e0d7e14cd6;p=oota-llvm.git
Add a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18434 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index b81b7af514d..7572b8fd644 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -149,6 +149,8 @@ benchmarks, and many other C and C++ programs.
llvmgcc and llvmg++ now emit source-level line number information, making
it possible to map from LLVM code back to source. This is currently used
by llvm-db.
+ Floating point intensive programs on X86 systems run much faster
+ with the LLC code generator and JIT than in 1.3.