From df7783516658cef26269c6e936ec59f97984e4a8 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'
llvm-svn: 19858
---
llvm/docs/ReleaseNotes.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html
index 660b363a9793..a1b6dd5bd2da 100644
--- a/llvm/docs/ReleaseNotes.html
+++ b/llvm/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)