Mark -parallel pass as `experimental'

llvm-svn: 19858
This commit is contained in:
Misha Brukman 2005-01-27 17:59:51 +00:00
parent 7c538a6593
commit df77835166
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ components, please contact us on the llvmdev list.</p>
<ul>
<li>The following passes are incomplete or buggy, and may be removed in future
releases: <tt>-pgmdep, -memdep, -ipmodref, -cee, -branch-combine,
-instloops, -paths, -pre</tt></li>
-instloops, -parallel, -paths, -pre</tt></li>
<li>The <tt>llvm-db</tt> tool is in a very early stage of development, but can
be used to step through programs and inspect the stack.</li>
<li>The "iterative scan" register allocator (enabled with -regalloc=iterativescan)