match_asm_constraints: Use copy_rtx where needed (PR88001)
authorSegher Boessenkool <segher@kernel.crashing.org>
Fri, 14 Dec 2018 08:29:34 +0000 (09:29 +0100)
committerSegher Boessenkool <segher@gcc.gnu.org>
Fri, 14 Dec 2018 08:29:34 +0000 (09:29 +0100)
commit6c4ff3c98c19594ed17f3ad8a3a25a5939e16b30
tree773cad404720764a2cf0cfb4e98b28888c8afc86
parentb30bde1063f9b0399d1d06fdc08aec12bb025843
match_asm_constraints: Use copy_rtx where needed (PR88001)

The new insn here (temporarily) illegally shares RTL.  This fixes it.

PR rtl-optimization/88001
* function.c (match_asm_constraints_1): Don't invalidly share RTL.

From-SVN: r267122
gcc/ChangeLog
gcc/function.c