* alpha.md (movsicc): Fix mode mismatch.
authorRichard Henderson <rth@cygnus.com>
Sat, 15 Aug 1998 20:54:22 +0000 (13:54 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Sat, 15 Aug 1998 20:54:22 +0000 (13:54 -0700)
From-SVN: r21752

gcc/ChangeLog
gcc/config/alpha/alpha.md

index 030e35ba5fbe66e7282abfe2c0113def988cf476..0185e6884f63eb7f30c753e61b47de2b8af69bc0 100644 (file)
@@ -1,3 +1,7 @@
+Sat Aug 15 20:51:35 1998  Richard Henderson  <rth@cygnus.com>
+
+       * alpha.md (movsicc): Fix mode mismatch.
+
 Sat Aug 15 20:22:33 1998  H.J. Lu  (hjl@gnu.org)
 
        * config/alpha/alpha.h (ASM_OUTPUT_MI_THUNK): Handle aggregated
index 5ce750e76f07109e0452c78ac413cfd737125369..b4afc213901611b0eab7a9616f44a13dd1159fcc 100644 (file)
 
 (define_expand "movsicc"
   [(set (match_operand:SI 0 "register_operand" "")
-       (if_then_else:DI (match_operand 1 "comparison_operator" "")
+       (if_then_else:SI (match_operand 1 "comparison_operator" "")
                         (match_operand:SI 2 "reg_or_8bit_operand" "")
                         (match_operand:SI 3 "reg_or_8bit_operand" "")))]
   ""