Add notes about some buggy passes

llvm-svn: 16339
This commit is contained in:
Chris Lattner 2004-09-14 16:43:13 +00:00
parent dd457079fa
commit 09f3ac9297
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ components, please contact us on the llvmdev list.</p>
benchmarks. The file <tt>llvm/lib/Target/PowerPC/README.txt</tt> has
details.</li>
<li>The following passes are incomplete or buggy: <tt>-pgmdep, -memdep,
-ipmodref, -cee</tt></li>
-ipmodref, -cee, -branch-combine, -instloops, -paths</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>
<li>The <tt>llvm-ar</tt> tool is incomplete and probably buggy.</li>