r192516 - in /trunk/gcc: ChangeLog calls.c conf...
steven@gcc.gnu.org
steven@gcc.gnu.org
Tue Oct 16 22:05:00 GMT 2012
Author: steven
Date: Tue Oct 16 22:05:17 2012
New Revision: 192516
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192516
Log:
* rtl.h (get_call_rtx_from): New prototype.
* rtlanal.c (get_call_rtx_from): New function.
* calls.c (emit_call_1): Use it.
* dse.c (scan_insn): Likewise
* dwarf2out.c (dwarf2out_var_location): Likewise.
* sched-deps.c (call_may_noreturn_p): Likewise.
* var-tracking.c (prepare_call_arguments): Likewise.
* config/sh/sh.c (sh_adjust_cost): Likewise.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/calls.c
trunk/gcc/config/sh/sh.c
trunk/gcc/dse.c
trunk/gcc/dwarf2out.c
trunk/gcc/rtl.h
trunk/gcc/rtlanal.c
trunk/gcc/sched-deps.c
trunk/gcc/var-tracking.c
More information about the Gcc-cvs
mailing list