Commit 3e78a97d by Jeff Law

m68k.md (movqi): Call CC_STATUS_INIT when loading to/from an address register via a data register.

        * m68k.md (movqi): Call CC_STATUS_INIT when loading to/from
        an address register via a data register.

From-SVN: r11206
parent 9c64bdf8
......@@ -968,6 +968,7 @@
See if the address register is used in the address. If it
is, we have to generate a more complex sequence than those below. */
CC_STATUS_INIT;
if (refers_to_regno_p (REGNO (operands[0]), REGNO (operands[0]) + 1,
operands[1], NULL_RTX))
{
......@@ -1018,6 +1019,7 @@
See if the address register is used in the address. If it
is, we have to generate a more complex sequence than those below. */
CC_STATUS_INIT;
if (refers_to_regno_p (REGNO (operands[1]), REGNO (operands[1]) + 1,
operands[0], NULL_RTX))
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment