[PR97983] LRA: Use the right emit func for putting insn in the destination BB.
authorVladimir N. Makarov <vmakarov@redhat.com>
Wed, 25 Nov 2020 22:06:13 +0000 (17:06 -0500)
committerVladimir N. Makarov <vmakarov@redhat.com>
Thu, 26 Nov 2020 00:58:01 +0000 (19:58 -0500)
commita02e304245b5181d0f56adab0756719d876b0c58
treea62e4f3caac81a76049ee70f399d7bbd165d0031
parent360258daf5d8d56fa4e1707aef27028546039401
[PR97983] LRA: Use the right emit func for putting insn in the destination BB.

gcc/

2020-11-25  Vladimir Makarov  <vmakarov@redhat.com>

PR bootstrap/97983
* lra.c (lra_process_new_insns): Use emit_insn_before_noloc or
emit_insn_after_noloc with the destination BB.
gcc/lra.c