From: Oleg Endo Date: Mon, 25 Nov 2013 17:04:17 +0000 (+0000) Subject: sh.md (doloop_end_split): Add missing SI mode. X-Git-Tag: releases/gcc-4.9.0~2467 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7457ebb81d109eec35286314e7e000b020fe4183;p=thirdparty%2Fgcc.git sh.md (doloop_end_split): Add missing SI mode. * config/sh/sh.md (doloop_end_split): Add missing SI mode. From-SVN: r205359 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d12270da1736..8f235decc81a 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 ecd7e00a46c4..b37b84eb62c8 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" "#"