Commit f60e5a20 by Kaz Kojima

sh.md (stuff_delay_slot): Move const_int pattern inside the unspec vector.

	* config/sh/sh.md (stuff_delay_slot): Move const_int pattern
	inside the unspec vector.

From-SVN: r153643
parent 5690de8f
2009-10-28 Kaz Kojima <kkojima@gcc.gnu.org>
* config/sh/sh.md (stuff_delay_slot): Move const_int pattern
inside the unspec vector.
2009-10-27 Richard Henderson <rth@redhat.com>
* cgraphunit.c (cgraph_optimize): Maintain timevar stack properly.
......@@ -6824,8 +6824,8 @@ label:
;; jump around the unconditional jump because it was out of range.
(define_insn "stuff_delay_slot"
[(set (pc)
(unspec [(match_operand:SI 0 "const_int_operand" "") (pc)] UNSPEC_BBR))
(match_operand:SI 1 "const_int_operand" "")]
(unspec [(match_operand:SI 0 "const_int_operand" "") (pc)
(match_operand:SI 1 "const_int_operand" "")] UNSPEC_BBR))]
"TARGET_SH1"
""
[(set_attr "length" "0")
......
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