diff options
author | Paolo Bonzini <bonzini@gnu.org> | 2005-01-19 13:27:00 +0000 |
---|---|---|
committer | Paolo Bonzini <bonzini@gcc.gnu.org> | 2005-01-19 13:27:00 +0000 |
commit | 625d4524faf4a92d5e503ab231d24e42ce2a9d4e (patch) | |
tree | fb6ab837889f240c9d7c1af94c941c0bd68f939a /gcc | |
parent | 49c3b9a84696a13e3ef71708ef80552606dd08c4 (diff) | |
download | gcc-625d4524faf4a92d5e503ab231d24e42ce2a9d4e.zip gcc-625d4524faf4a92d5e503ab231d24e42ce2a9d4e.tar.gz gcc-625d4524faf4a92d5e503ab231d24e42ce2a9d4e.tar.bz2 |
passes.texi: Remove paragraph mentioning new-ra.
2005-01-19 Paolo Bonzini <bonzini@gnu.org>
* doc/passes.texi: Remove paragraph mentioning new-ra.
From-SVN: r93896
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/doc/passes.texi | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d015dac..e36882b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2005-01-19 Paolo Bonzini <bonzini@gnu.org> + + * doc/passes.texi: Remove paragraph mentioning new-ra. + 2005-01-19 Jakub Jelinek <jakub@redhat.com> PR rtl-optimization/15139 diff --git a/gcc/doc/passes.texi b/gcc/doc/passes.texi index 3486156..42f17d6 100644 --- a/gcc/doc/passes.texi +++ b/gcc/doc/passes.texi @@ -661,13 +661,6 @@ Global register allocation. This pass allocates hard registers for the remaining pseudo registers (those whose life spans are not contained in one basic block). The pass is located in @file{global.c}. -@item -Graph coloring register allocator. The files @file{ra.c}, @file{ra-build.c}, -@file{ra-colorize.c}, @file{ra-debug.c}, @file{ra-rewrite.c} together with -the header @file{ra.h} contain another register allocator, which is used -when the option @option{-fnew-ra} is given. In that case it is run instead -of the above mentioned local and global register allocation passes. - @cindex reloading @item Reloading. This pass renumbers pseudo registers with the hardware |