diff options
author | Chris Lattner <sabre@nondot.org> | 2004-02-10 05:19:54 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-02-10 05:19:54 +0000 |
commit | 964b0d87b2ee26762465308e6eb4096d8b28a7cf (patch) | |
tree | cd197d90879837974207ebccc9a2e28fc677f574 | |
parent | 21e79cbacd7b25101ca17ba3e1b29bc02e0dbf8e (diff) |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11256 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 3eee0e782b..fdc873c614 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -163,6 +163,7 @@ cause use of invalid pointers!</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> <li><a href="http://llvm.cs.uiuc.edu/PR225">[pruneeh] -pruneeh pass removes invoke instructions it shouldn't</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR228">[sparc] Boolean constants are emitted as true and false</a></li> </ol> |