]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
sh.md (doloop_end_split): Add missing SI mode.
authorOleg Endo <olegendo@gcc.gnu.org>
Mon, 25 Nov 2013 17:04:17 +0000 (17:04 +0000)
committerOleg Endo <olegendo@gcc.gnu.org>
Mon, 25 Nov 2013 17:04:17 +0000 (17:04 +0000)
* config/sh/sh.md (doloop_end_split): Add missing SI mode.

From-SVN: r205359

gcc/ChangeLog
gcc/config/sh/sh.md

index d12270da1736733a1a056cd176256c6e960a70fb..8f235decc81ac1d0b95efd4c9922332fc1661027 100644 (file)
@@ -1,3 +1,7 @@
+2013-11-25  Oleg Endo  <olegendo@gcc.gnu.org>
+
+       * config/sh/sh.md (doloop_end_split): Add missing SI mode.
+
 2013-11-25  Oleg Endo  <olegendo@gcc.gnu.org>
 
        PR target/53976
index ecd7e00a46c43dc6b528678c330a0389138f5bd9..b37b84eb62c83261c1894412aee54dfb61fb7af5 100644 (file)
@@ -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"
   "#"