Commit 7457ebb8 by Oleg Endo

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

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

From-SVN: r205359
parent aaa57c69
2013-11-25 Oleg Endo <olegendo@gcc.gnu.org> 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 PR target/53976
PR target/59243 PR target/59243
* config/sh/sh_optimize_sett_clrt.cc (struct ccreg_value): Update * config/sh/sh_optimize_sett_clrt.cc (struct ccreg_value): Update
...@@ -8801,7 +8801,7 @@ label: ...@@ -8801,7 +8801,7 @@ label:
(label_ref (match_operand 1 "" "")) (label_ref (match_operand 1 "" ""))
(pc))) (pc)))
(set (match_operand:SI 0 "arith_reg_dest" "=r") (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))] (clobber (reg:SI T_REG))]
"TARGET_SH2" "TARGET_SH2"
"#" "#"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment