From: Chris Lattner Date: Sat, 11 Dec 2004 06:10:52 +0000 (+0000) Subject: New feature X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=74d74cdbdc1b3cd5b501fb8675c84dc2f0630449;p=oota-llvm.git New feature git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18797 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 9da8786fe7c..5bac4263349 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -86,7 +86,9 @@ bug fixes for those problems found since the 1.4 release.

    -
  1. +
  2. LLVM now includes an + Inter-Procedural Sparse Conditional Constant Propagation pass, named + -ipsccp, which is run by default at link-time.