(movti split): Set CR to 3, not 1 like DImode.
authorRichard Kenner <kenner@gcc.gnu.org>
Thu, 2 Dec 1993 11:58:25 +0000 (06:58 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Thu, 2 Dec 1993 11:58:25 +0000 (06:58 -0500)
From-SVN: r6175

gcc/config/a29k/a29k.md

index 07a2b73baf3f271055a69975d8731c160c3cf6fc..5290c0efcc9176aa2b654b59d09d98194c609ac0 100644 (file)
   "TARGET_NO_STOREM_BUG
    && (memory_operand (operands[0], TImode)
        || memory_operand (operands[1], TImode))"
-  [(set (reg:PSI 179) (const_int 1))
+  [(set (reg:PSI 179) (const_int 3))
    (parallel [(set (match_dup 0) (match_dup 1))
              (use (reg:PSI 179))
              (clobber (reg:PSI 179))])]