combine.c (try_combine): Do not allow combining a PARALLEL I2 with a register move...
authorSegher Boessenkool <segher@kernel.crashing.org>
Thu, 11 Dec 2014 14:29:14 +0000 (15:29 +0100)
committerSegher Boessenkool <segher@gcc.gnu.org>
Thu, 11 Dec 2014 14:29:14 +0000 (15:29 +0100)
commit08e39a540603d6a41caacdc340015c063997b2a2
tree98e004fc0e6b770f8a349e3f46dd33b789887427
parent26a4d424e19c57db7055f134eff87f26fa61cae5
combine.c (try_combine): Do not allow combining a PARALLEL I2 with a register move I3 if that I2 is an asm.

* combine.c (try_combine): Do not allow combining a PARALLEL I2
with a register move I3 if that I2 is an asm.

From-SVN: r218623
gcc/ChangeLog
gcc/combine.c