* alpha.md (movsicc): Fix mode mismatch.

From-SVN: r21752
This commit is contained in:
Richard Henderson 1998-08-15 13:54:22 -07:00 committed by Richard Henderson
parent 54473ca70d
commit c7dec7c216
2 changed files with 5 additions and 1 deletions

View 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

View File

@ -3219,7 +3219,7 @@
(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" "")))]
""