diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-01 22:52:12 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-01 22:52:12 +0000 |
commit | c8a35817fcfcfadcedecc70e91fa1c59359b3286 (patch) | |
tree | 79aa5a8683a86d86b2c0fe1d11ea0b7adf0de75b | |
parent | cfdf2419bcac24b027e81751a439fb61db41231c (diff) |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11065 91177308-0d34-0410-b5e6-96231b3b80d8
-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 89a442da93..f086de7f2a 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -162,6 +162,7 @@ canonicalization always makes 32-bit indvars</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR193">[constantmerge] Merging globals can 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> </ol> |