Commit f024f85d by Hariharan Sandanagobalane Committed by Hariharan Sandanagobalane

picochip.md (movsi): Split a movsi from a const after reload.

	* config/picochip/picochip.md (movsi): Split a movsi from a
	const after reload.

From-SVN: r159867
parent e4dfaf72
2010-04-30 Hariharan Sandanagobalane <hariharan@picochip.com>
* config/picochip/picochip.md (movsi): Split a movsi from a
const after reload.
2010-05-26 Laurynas Biveinis <laurynas.biveinis@gmail.com>
* ggc-zone.c: Update copyright year.
......
......@@ -893,7 +893,7 @@
(define_split
[(set (match_operand:SI 0 "register_operand" "")
(match_operand:SI 1 "const_int_operand" ""))]
""
"reload_completed"
[(set (match_dup 2) (match_dup 3))
(set (match_dup 4) (match_dup 5))]
"{
......
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