From: Misha Brukman
Date: Thu, 27 Jan 2005 17:59:51 +0000 (+0000)
Subject: Mark -parallel pass as `experimental'
X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=097b763ebf5fa5af1856df107d3afaf1855fc8a0;p=oota-llvm.git
Mark -parallel pass as `experimental'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19858 91177308-0d34-0410-b5e6-96231b3b80d8
---
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index 660b363a979..a1b6dd5bd2d 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -208,7 +208,7 @@ components, please contact us on the llvmdev list.
- The following passes are incomplete or buggy, and may be removed in future
releases: -pgmdep, -memdep, -ipmodref, -cee, -branch-combine,
- -instloops, -paths, -pre
+ -instloops, -parallel, -paths, -pre
- The llvm-db tool is in a very early stage of development, but can
be used to step through programs and inspect the stack.
- The "iterative scan" register allocator (enabled with -regalloc=iterativescan)