Commit da059ccc by Jeff Law

* pa.md (shadd reload patterns): Clean up output template.

From-SVN: r3802
parent dac57de0
......@@ -2368,7 +2368,7 @@
(match_operand:SI 1 "register_operand" "r"))
(match_operand:SI 3 "const_int_operand" "rJ")))]
"reload_in_progress"
"sh1add %2,%1,%0\\n\\tadd%I3 %3,%0,%0"
"sh1add %2,%1,%0\;add%I3 %3,%0,%0"
[(set_attr "type" "multi")
(set_attr "length" "2")])
......@@ -2379,7 +2379,7 @@
(match_operand:SI 1 "register_operand" "r"))
(match_operand:SI 3 "const_int_operand" "rJ")))]
"reload_in_progress"
"sh2add %2,%1,%0\\n\\tadd%I3 %3,%0,%0"
"sh2add %2,%1,%0\;add%I3 %3,%0,%0"
[(set_attr "type" "multi")
(set_attr "length" "2")])
......@@ -2390,7 +2390,7 @@
(match_operand:SI 1 "register_operand" "r"))
(match_operand:SI 3 "const_int_operand" "rJ")))]
"reload_in_progress"
"sh3add %2,%1,%0\\n\\tadd%I3 %3,%0,%0"
"sh3add %2,%1,%0\;add%I3 %3,%0,%0"
[(set_attr "type" "multi")
(set_attr "length" "2")])
......
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