diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-24 02:33:44 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-24 02:33:44 +0000 |
commit | e941217fb872ff7e3774d6908552ef0924a209e2 (patch) | |
tree | 3da9077fccd7f929f8989df6fc410026a30114d8 /docs/ReleaseNotes.html | |
parent | d00a3cee80b34e9c8ebbe18ef4ae95ab4cd369d0 (diff) | |
download | external_llvm-e941217fb872ff7e3774d6908552ef0924a209e2.zip external_llvm-e941217fb872ff7e3774d6908552ef0924a209e2.tar.gz external_llvm-e941217fb872ff7e3774d6908552ef0924a209e2.tar.bz2 |
Three of these have been removed, as warned
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23945 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-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 684542b..912b954 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -168,7 +168,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>-cee, -branch-combine, -instloops, -paths, -pre</tt></li> + releases: <tt>-cee, -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 |