rtl.h (get_call_rtx_from): New prototype.
authorSteven Bosscher <steven@gcc.gnu.org>
Tue, 16 Oct 2012 22:05:17 +0000 (22:05 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Tue, 16 Oct 2012 22:05:17 +0000 (22:05 +0000)
commitda4fdf2d3ff45366d9378882ad1646306ceee305
treeeafbca96b0b0771fa77620d1cff5cfc0a8a8b8be
parentf841b68397bb8b15ea570a7a86c5414f62cc9774
rtl.h (get_call_rtx_from): New prototype.

* 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.

From-SVN: r192516
gcc/ChangeLog
gcc/calls.c
gcc/config/sh/sh.c
gcc/dse.c
gcc/dwarf2out.c
gcc/rtl.h
gcc/rtlanal.c
gcc/sched-deps.c
gcc/var-tracking.c