Commit c8c4abf2 by Oleg Endo

sh.md (ic_invalidate_line_sh4a): Fix insn length.

gcc/
	* config/sh/sh.md (ic_invalidate_line_sh4a): Fix insn length.

From-SVN: r235957
parent 74d5be8c
2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
* config/sh/sh.md (ic_invalidate_line_sh4a): Fix insn length.
2016-05-06 Oleg Endo <olegendo@gcc.gnu.org>
* config/sh/sh.md (*cmpeqsi_t): Remove combine insn pattern and similar
corresponding combine split pattern.
......
......@@ -5362,7 +5362,7 @@
" synco" "\n"
" icbi @%0";
}
[(set_attr "length" "16") ;; FIXME: Why 16 and not 6? Looks like typo.
[(set_attr "length" "6")
(set_attr "type" "cwb")])
(define_expand "mov<mode>"
......
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