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 | 51e2a48b350235fdf054d9fb729cdfce8656c508 (patch) | |
| tree | 69ded0e716fb4a0c3d60c6b9932dd50d22ee9d76 /llvm/docs | |
| parent | 810b4f8d55884e8838e0a7c8e367527a4d60a420 (diff) | |
| download | bcm5719-llvm-51e2a48b350235fdf054d9fb729cdfce8656c508.tar.gz bcm5719-llvm-51e2a48b350235fdf054d9fb729cdfce8656c508.zip | |
Bug fixed.
llvm-svn: 22313
Diffstat (limited to 'llvm/docs')
| -rw-r--r-- | llvm/docs/ReleaseNotes.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index fbde306e62d..fa357786dc3 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/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> |

