aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ReleaseNotes.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2004-06-28 00:44:45 +0000
committerChris Lattner <sabre@nondot.org>2004-06-28 00:44:45 +0000
commitcbabe70371b8972515e5f60e6301434aeb5fccd4 (patch)
tree81ba4bae5318261ae15883d1f56ef18a89449457 /docs/ReleaseNotes.html
parent65f437ce7b477b19f2d54fee1f95100de75a628d (diff)
downloadexternal_llvm-cbabe70371b8972515e5f60e6301434aeb5fccd4.zip
external_llvm-cbabe70371b8972515e5f60e6301434aeb5fccd4.tar.gz
external_llvm-cbabe70371b8972515e5f60e6301434aeb5fccd4.tar.bz2
Bad passes are gone
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14458 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r--docs/ReleaseNotes.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index ab72237..8faa9ec 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -378,7 +378,7 @@ components, please contact us on the llvmdev list.</p>
<ul>
<li>The following passes are incomplete or buggy: <tt>-pgmdep, -memdep,
- -ipmodref, -sortstructs, -swapstructs, -cee</tt></li>
+ -ipmodref, -cee</tt></li>
<li>The <tt>-pre</tt> pass is incomplete (there are cases it doesn't handle that
it should) and not thoroughly tested.</li>