From c7dec7c21635b73353c520c6369f787373c73037 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Sat, 15 Aug 1998 13:54:22 -0700 Subject: [PATCH] * alpha.md (movsicc): Fix mode mismatch. From-SVN: r21752 --- gcc/ChangeLog | 4 ++++ gcc/config/alpha/alpha.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 030e35ba5fb..0185e6884f6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +Sat Aug 15 20:51:35 1998 Richard Henderson + + * 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 diff --git a/gcc/config/alpha/alpha.md b/gcc/config/alpha/alpha.md index 5ce750e76f0..b4afc213901 100644 --- a/gcc/config/alpha/alpha.md +++ b/gcc/config/alpha/alpha.md @@ -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" "")))] "" -- 2.30.2