]> gcc.gnu.org Git - gcc.git/commit
rtl.c (currently_expanding_to_rtl): New.
authorSteven Bosscher <stevenb@suse.de>
Thu, 29 Jul 2004 07:37:16 +0000 (07:37 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Thu, 29 Jul 2004 07:37:16 +0000 (07:37 +0000)
commit4586b4cadc3bbcbc9a171ffc9124fc622858a514
treec0aa53887f8a11c6cc95d9255d436ab2f4e4b446
parent157371cf43544336eaca4ae81b6e2a95f69645ec
rtl.c (currently_expanding_to_rtl): New.

* rtl.c (currently_expanding_to_rtl): New.
* rtl.h (currently_expanding_to_rtl): Export it.
* cfgexpand.c (tree_cfg_expand): Set/clear it at entry/exit.

* config/alpha/alpha.c (alpha_expand_mov): Remove old RTL
inliner hack.
* config/sh/sh.c: Replace rtx_equal_function_value_matters
with currently_expanding_to_rtl.
* config/sh/sh.md: Likewise.
* config/ia64/ia64.c (got_symbolic_operand): Likewise.

From-SVN: r85287
gcc/ChangeLog
gcc/cfgexpand.c
gcc/config/alpha/alpha.c
gcc/config/ia64/ia64.c
gcc/config/sh/sh.c
gcc/config/sh/sh.md
gcc/rtl.c
gcc/rtl.h
This page took 0.055361 seconds and 5 git commands to generate.