From: Richard Kenner Date: Thu, 2 Dec 1993 11:58:25 +0000 (-0500) Subject: (movti split): Set CR to 3, not 1 like DImode. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b80d1946f8bfd4fb32f19709146d8fac1759e2f8;p=gcc.git (movti split): Set CR to 3, not 1 like DImode. From-SVN: r6175 --- diff --git a/gcc/config/a29k/a29k.md b/gcc/config/a29k/a29k.md index 07a2b73baf3..5290c0efcc9 100644 --- a/gcc/config/a29k/a29k.md +++ b/gcc/config/a29k/a29k.md @@ -2187,7 +2187,7 @@ "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))])]