diff options
author | Chris Lattner <sabre@nondot.org> | 2004-12-11 06:10:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-12-11 06:10:52 +0000 |
commit | 74d74cdbdc1b3cd5b501fb8675c84dc2f0630449 (patch) | |
tree | 9c0a321710a688ce4330355e94e94acb8c3a1483 | |
parent | dade2d22babb0877fcbfd13fecd3742991bebed9 (diff) |
New feature
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18797 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 9da8786fe7..5bac426334 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -86,7 +86,9 @@ bug fixes for those problems found since the 1.4 release.</p> <div class="doc_text"> <ol> - <li></li> + <li>LLVM now includes an <a href="http://llvm.cs.uiuc.edu/PR415"> + Inter-Procedural Sparse Conditional Constant Propagation</a> pass, named + -ipsccp, which is run by default at link-time.</li> </ol> </div> |