sh.md (doloop_end_split): Add missing SI mode.

* config/sh/sh.md (doloop_end_split): Add missing SI mode.

From-SVN: r205359
This commit is contained in:
Oleg Endo 2013-11-25 17:04:17 +00:00
parent aaa57c69e6
commit 7457ebb81d
2 changed files with 5 additions and 1 deletions

View 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

View 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"
"#"