diff options
author | Chris Lattner <sabre@nondot.org> | 2005-10-24 04:15:09 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-10-24 04:15:09 +0000 |
commit | 56605ceb9255a2655a77a7b983780cdfe35935cb (patch) | |
tree | 40a133316a2fb5582d70674bb7de3f1bf387cdfd /docs/ReleaseNotes.html | |
parent | 8a6cd98e964fa42f05773cd2389e8b663ffecc6c (diff) | |
download | external_llvm-56605ceb9255a2655a77a7b983780cdfe35935cb.zip external_llvm-56605ceb9255a2655a77a7b983780cdfe35935cb.tar.gz external_llvm-56605ceb9255a2655a77a7b983780cdfe35935cb.tar.bz2 |
This RA no longer exists
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23953 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ReleaseNotes.html')
-rw-r--r-- | docs/ReleaseNotes.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 912b954..09432b6 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -171,8 +171,6 @@ components, please contact us on the llvmdev list.</p> 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 - <tt>-regalloc=iterativescan</tt>) is not stable.</li> <li>The SparcV8, Alpha, and IA64 code generators are experimental.</li> </ul> |