From 097b763ebf5fa5af1856df107d3afaf1855fc8a0 Mon Sep 17 00:00:00 2001
From: Misha Brukman
Date: Thu, 27 Jan 2005 17:59:51 +0000
Subject: [PATCH] Mark -parallel pass as `experimental'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19858 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ReleaseNotes.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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)
--
2.34.1