diff options
author | Chris Lattner <sabre@nondot.org> | 2003-12-22 04:06:24 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-12-22 04:06:24 +0000 |
commit | 5de946f9f2ac0b51a2e7f35aa433a612e43498bf (patch) | |
tree | 6a27e58d44a59ed2a9fde9f07bb98e219d75d2a3 | |
parent | 306acee8aba87f4cee78a03ee7a5b40be75a88c2 (diff) |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10575 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 e55187d90d..1431b32a39 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -149,6 +149,8 @@ In this release, the following bugs in the previous release were fixed: locations to registers</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR191">[licm] Memory read after free causes infrequent crash</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR194">[indvars] Induction variable +canonicalization always makes 32-bit indvars</a></li> </ol> |