diff options
author | Anatoly Sokolov <aesok@post.ru> | 2011-08-20 13:18:35 +0400 |
---|---|---|
committer | Anatoly Sokolov <aesok@gcc.gnu.org> | 2011-08-20 13:18:35 +0400 |
commit | f47a61f332d35e1398e0864694b4156b5e502f82 (patch) | |
tree | 80678fd0c61a6e5417c6164a1e4e6dbfda54465a /gcc/doc | |
parent | 94e3faf66505ae1c960ca07e4cb11feed04aee42 (diff) | |
download | gcc-f47a61f332d35e1398e0864694b4156b5e502f82.zip gcc-f47a61f332d35e1398e0864694b4156b5e502f82.tar.gz gcc-f47a61f332d35e1398e0864694b4156b5e502f82.tar.bz2 |
tm.texi.in (PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
* doc/tm.texi.in (PREFERRED_OUTPUT_RELOAD_CLASS): Remove.
* doc/tm.texi: Regenerate.
* targhooks.c (default_preferred_output_reload_class): Don't use
PREFERRED_OUTPUT_RELOAD_CLASS macro.
* system.h (PREFERRED_OUTPUT_RELOAD_CLASS): Poison.
From-SVN: r177926
Diffstat (limited to 'gcc/doc')
-rw-r--r-- | gcc/doc/tm.texi | 9 | ||||
-rw-r--r-- | gcc/doc/tm.texi.in | 9 |
2 files changed, 0 insertions, 18 deletions
diff --git a/gcc/doc/tm.texi b/gcc/doc/tm.texi index 0a2f120..7364aa1 100644 --- a/gcc/doc/tm.texi +++ b/gcc/doc/tm.texi @@ -2601,15 +2601,6 @@ this feature to discourage usage of 387 registers when math is done in the SSE registers (and vice versa). @end defmac -@defmac PREFERRED_OUTPUT_RELOAD_CLASS (@var{x}, @var{class}) -Like @code{PREFERRED_RELOAD_CLASS}, but for output reloads instead of -input reloads. If you don't define this macro, the default is to use -@var{class}, unchanged. - -You can also use @code{PREFERRED_OUTPUT_RELOAD_CLASS} to discourage -reload from using some alternatives, like @code{PREFERRED_RELOAD_CLASS}. -@end defmac - @deftypefn {Target Hook} reg_class_t TARGET_PREFERRED_OUTPUT_RELOAD_CLASS (rtx @var{x}, reg_class_t @var{rclass}) Like @code{TARGET_PREFERRED_RELOAD_CLASS}, but for output reloads instead of input reloads. diff --git a/gcc/doc/tm.texi.in b/gcc/doc/tm.texi.in index c53cbe8..4535fd6 100644 --- a/gcc/doc/tm.texi.in +++ b/gcc/doc/tm.texi.in @@ -2587,15 +2587,6 @@ this feature to discourage usage of 387 registers when math is done in the SSE registers (and vice versa). @end defmac -@defmac PREFERRED_OUTPUT_RELOAD_CLASS (@var{x}, @var{class}) -Like @code{PREFERRED_RELOAD_CLASS}, but for output reloads instead of -input reloads. If you don't define this macro, the default is to use -@var{class}, unchanged. - -You can also use @code{PREFERRED_OUTPUT_RELOAD_CLASS} to discourage -reload from using some alternatives, like @code{PREFERRED_RELOAD_CLASS}. -@end defmac - @hook TARGET_PREFERRED_OUTPUT_RELOAD_CLASS Like @code{TARGET_PREFERRED_RELOAD_CLASS}, but for output reloads instead of input reloads. |