diff options
author | Chris Lattner <sabre@nondot.org> | 2004-01-20 19:16:50 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-01-20 19:16:50 +0000 |
commit | ae3664b6088359a9d854c63fedf683ca60f9cf94 (patch) | |
tree | c86573d98f99f5f14f1d5044bddb8d9640de36dd /docs/ReleaseNotes.html | |
parent | 62f8bf05668db841c44afb2977e785cac9e4dfd3 (diff) | |
download | external_llvm-ae3664b6088359a9d854c63fedf683ca60f9cf94.zip external_llvm-ae3664b6088359a9d854c63fedf683ca60f9cf94.tar.gz external_llvm-ae3664b6088359a9d854c63fedf683ca60f9cf94.tar.bz2 |
bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10929 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 b2136c4..1e2caef 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -160,6 +160,7 @@ infrequent crash</a></li> 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> </ol> |