From cbabe70371b8972515e5f60e6301434aeb5fccd4 Mon Sep 17 00:00:00 2001
From: Chris Lattner
Date: Mon, 28 Jun 2004 00:44:45 +0000
Subject: [PATCH] Bad passes are gone
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14458 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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.