diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-05 21:16:42 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-05 21:16:42 +0000 |
commit | 741f6b44c98460e57142a2f6025bbf3be6b01f45 (patch) | |
tree | 9295ce089dca7affebd2c6f3ed515e359165a2b1 /docs/ReleaseNotes.html | |
parent | 4f02fc28eb20f20f41c5ea148ce5058a72b55ade (diff) | |
download | external_llvm-741f6b44c98460e57142a2f6025bbf3be6b01f45.zip external_llvm-741f6b44c98460e57142a2f6025bbf3be6b01f45.tar.gz external_llvm-741f6b44c98460e57142a2f6025bbf3be6b01f45.tar.bz2 |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11138 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 3f08ebc..dec9b44 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -167,6 +167,7 @@ cause use of invalid pointers!</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR212">[bcreader] Bytecode reader misreads 'long -9223372036854775808'!</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR218">VMCore mishandles double -0.0</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR219">[X86] X86 backend code generates -0.0 as +0.0</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR223">[loopsimplify] Loopsimplify incorrectly updates dominator information</a></li> </ol> |