m68k.md (movqi): Call CC_STATUS_INIT when loading to/from an address register via...
authorJeff Law <law@gcc.gnu.org>
Mon, 12 Feb 1996 00:18:36 +0000 (17:18 -0700)
committerJeff Law <law@gcc.gnu.org>
Mon, 12 Feb 1996 00:18:36 +0000 (17:18 -0700)
        * m68k.md (movqi): Call CC_STATUS_INIT when loading to/from
        an address register via a data register.

From-SVN: r11206

gcc/config/m68k/m68k.md

index 84c197c..d18666b 100644 (file)
 
         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))
        {
 
         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))
        {