diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d12270da173..8f235decc81 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2013-11-25 Oleg Endo + + * config/sh/sh.md (doloop_end_split): Add missing SI mode. + 2013-11-25 Oleg Endo PR target/53976 diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md index ecd7e00a46c..b37b84eb62c 100644 --- a/gcc/config/sh/sh.md +++ b/gcc/config/sh/sh.md @@ -8801,7 +8801,7 @@ label: (label_ref (match_operand 1 "" "")) (pc))) (set (match_operand:SI 0 "arith_reg_dest" "=r") - (plus (match_dup 2) (const_int -1))) + (plus:SI (match_dup 2) (const_int -1))) (clobber (reg:SI T_REG))] "TARGET_SH2" "#"