diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-26 08:02:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-26 08:02:57 +0000 |
commit | fd343b0bec773c611e468a9e42d991a0ff26d68d (patch) | |
tree | 3e6236b774b3d5ff67d48978ef40ddd9083c9b2e | |
parent | 0e7ac1692675279764a81358f9477e105d2657e3 (diff) |
add note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11876 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 6d286cd4b1..fc6f15b9ed 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -115,6 +115,8 @@ that support it.</li> <li>The X86 backend now generates <b>substantially</b> better native code, and is faster.</li> <li>The C backend has been turned moved from the "llvm-dis" tool to the "llc" tool. You can activate it with "<tt>llc -march=c foo.bc -o foo.c</tt>".</li> +<li>LLVM includes a new interprocedural optimization that marks global variables +"constant" when they are provably never written to.</li> </ol> |