diff options
author | John Criswell <criswell@uiuc.edu> | 2005-06-29 16:22:34 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2005-06-29 16:22:34 +0000 |
commit | e531ec583b721322f01013c4c1c30acc9f9baf91 (patch) | |
tree | c9d3d09137d05e665c0bc6c1e2490fcde6294d36 /docs/ReleaseNotes.html | |
parent | 46b8db2ec640ff8c109bb2cb0a187817aa8eb57c (diff) | |
download | external_llvm-e531ec583b721322f01013c4c1c30acc9f9baf91.zip external_llvm-e531ec583b721322f01013c4c1c30acc9f9baf91.tar.gz external_llvm-e531ec583b721322f01013c4c1c30acc9f9baf91.tar.bz2 |
Bug fixed.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22313 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index fbde306..fa35778 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -94,6 +94,12 @@ a large number of new features and enhancements, described below.</p> <a name="bugfix">Significant Bugs Fixed in LLVM 1.6</a> </div> +<div class="doc_text"> +<ol> + <li><a href="http://llvm.cs.uiuc.edu/PR591">[simplify-libcalls] The simplify-libcalls pass generates ill-formed LLVM code</a>.</li> +</ol> +</div> + <!-- *********************************************************************** --> <div class="doc_section"> <a name="portability">Portability and Supported Platforms</a> |