diff options
author | Chris Lattner <sabre@nondot.org> | 2004-04-01 19:09:49 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-04-01 19:09:49 +0000 |
commit | 1869a466dd019bae256bd615e2b9de74d3490554 (patch) | |
tree | 1f9a7dd55b20576bf2bdc8c561a396e314396e1b /docs | |
parent | 4f303bd4a579cc567879fbd1cf6c7a928fae8210 (diff) | |
download | external_llvm-1869a466dd019bae256bd615e2b9de74d3490554.zip external_llvm-1869a466dd019bae256bd615e2b9de74d3490554.tar.gz external_llvm-1869a466dd019bae256bd615e2b9de74d3490554.tar.bz2 |
Bug fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12593 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 9ae492a..7b96d10 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -138,7 +138,7 @@ In this release, the following build problems were fixed: <p>Bugs in the LLVM Core:</p> <ol> -<li></li> +<li><a href="http://llvm.cs.uiuc.edu/PR306">[loopsimplify] Loop simplify incorrectly updates dominator information</a></li> </ol> |