emit-rtl.c (set_insn_locations): New function moved from...
authorEric Botcazou <ebotcazou@adacore.com>
Mon, 8 Jul 2019 21:37:33 +0000 (21:37 +0000)
committerEric Botcazou <ebotcazou@gcc.gnu.org>
Mon, 8 Jul 2019 21:37:33 +0000 (21:37 +0000)
commit079e0f619684ff63b32e0fa02f460f57e271e3b4
treeff17df21be3c5b5b770cb74f641aa2ca99793d01
parentc83faba13da6d67e6784b3781419cd0605700daf
emit-rtl.c (set_insn_locations): New function moved from...

* emit-rtl.c (set_insn_locations): New function moved from...
* function.c (set_insn_locations): ...here.
* ira-emit.c (emit_moves): Propagate location of the first instruction
to the inserted move instructions.
* reg-stack.c (compensate_edge): Set the location if the sequence is
inserted on the edge.
* rtl.h (set_insn_locations): Declare.

From-SVN: r273247
gcc/ChangeLog
gcc/emit-rtl.c
gcc/function.c
gcc/ira-emit.c
gcc/reg-stack.c
gcc/rtl.h