diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2005-01-27 17:59:51 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-01-27 17:59:51 +0000 |
commit | 097b763ebf5fa5af1856df107d3afaf1855fc8a0 (patch) | |
tree | 9bc91969b14f09d9fb5a69d6b7746ab7567e1053 | |
parent | 04c868ef502d38c0f62549e5ef49987be6881b5d (diff) |
Mark -parallel pass as `experimental'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19858 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 660b363a97..a1b6dd5bd2 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -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) |