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:
parent
aaa57c69e6
commit
7457ebb81d
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
"#"
|
||||
|
|
Loading…
Add table
Reference in a new issue