]> gcc.gnu.org Git - gcc.git/commit - gcc/builtins.c
emit-rtl.c (last_call_insn, [...]): New functions.
authorOlivier Hainque <hainque@act-europe.fr>
Sat, 3 May 2003 14:25:22 +0000 (16:25 +0200)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 3 May 2003 14:25:22 +0000 (10:25 -0400)
commitee9609391b6e1bd4d026b86cf79bced76e1baa5b
tree7ad4bd29e44c9c37b87311753f154d5fa72e515b
parent3923e4102fcfa593de9148a4855ca54d8466fbe7
emit-rtl.c (last_call_insn, [...]): New functions.

* emit-rtl.c (last_call_insn, add_function_usage_to): New functions.
* rtl.h (last_call_insn, add_function_usage_to): New prototypes.
* builtins.c (expand_builtin_apply): Use the new emit-rtl functions.
* calls.c (emit_call_1): Likewise.
(expand_call): For calls initializing constant memory, replace
emission of standalone mem /u clobber with function usage entry.
* expr.c (emit_block_move_via_libcall): Likewise.
* cse.c (count_reg_usage, case EXPR_LIST): New case.
* flow.c (propagate_one_insn): Pass entire operand of
CALL_INSN_FUNCTION_USAGE to mark_used_regs.
* integrate.c (try_constants): For CALL_INSNs, substitute constants
within the FUNCTION_USAGE also.
* loop.c (prescan_loop): Note clobbers of const mem mentioned in
FUNCTION_USAGE lists.
* reload1.c (replace_pseudos_in): Renamed.
(reload): Use it for clobbers surviving until the end of the reload.

From-SVN: r66429
gcc/ChangeLog
gcc/builtins.c
gcc/calls.c
gcc/cse.c
gcc/emit-rtl.c
gcc/expr.c
gcc/flow.c
gcc/integrate.c
gcc/loop.c
gcc/reload1.c
gcc/rtl.h
This page took 0.053862 seconds and 5 git commands to generate.