diff options
author | Chris Lattner <sabre@nondot.org> | 2004-05-10 14:28:09 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-05-10 14:28:09 +0000 |
commit | 3699e05fb21d76dcce43462c7d9684342bf7b0ce (patch) | |
tree | 3420d96468a3144b2e5affd855725befd97bcd58 /docs | |
parent | 6d3848df7e1f2d773ed7ae1a225944810d8510ad (diff) | |
download | external_llvm-3699e05fb21d76dcce43462c7d9684342bf7b0ce.zip external_llvm-3699e05fb21d76dcce43462c7d9684342bf7b0ce.tar.gz external_llvm-3699e05fb21d76dcce43462c7d9684342bf7b0ce.tar.bz2 |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13450 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-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 b05f75e..921b1df 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -211,6 +211,7 @@ to floating point cast</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR332">[adce] Crash handling unreachable code that unwinds</a></li> <li><a href="http://llvm.cs.uiuc.edu/PR333">[sparc] LLC can't emit 2 functions of the same name, both having constant pools</a></li> +<li><a href="http://llvm.cs.uiuc.edu/PR337">[livevar] Live variables missed physical register use of aliased definition</a></li> </ol> <p>Bugs in the C/C++ front-end:</p> |