From 62534530f610ad39435706d84831d075997b0057 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 24 Oct 2005 04:15:09 +0000 Subject: [PATCH] This RA no longer exists llvm-svn: 23953 --- llvm/docs/ReleaseNotes.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 912b954eed87..09432b6d5aa7 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -171,8 +171,6 @@ components, please contact us on the llvmdev list.

releases: -cee, -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) is not stable.
  • The SparcV8, Alpha, and IA64 code generators are experimental.