From: Chris Lattner
Date: Mon, 28 Jun 2004 00:44:45 +0000 (+0000)
Subject: Bad passes are gone
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=cbabe70371b8972515e5f60e6301434aeb5fccd4;p=oota-llvm.git
Bad passes are gone
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14458 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index ab72237da53..8faa9ec4a6a 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -378,7 +378,7 @@ components, please contact us on the llvmdev list.
- The following passes are incomplete or buggy: -pgmdep, -memdep,
- -ipmodref, -sortstructs, -swapstructs, -cee
+ -ipmodref, -cee
- The -pre pass is incomplete (there are cases it doesn't handle that
it should) and not thoroughly tested.