Commit bb02f6ed by Ulrich Weigand Committed by Ulrich Weigand

s390.md ("*doloop_si_long"): Add missing operand.

	* config/s390/s390.md ("*doloop_si_long"): Add missing operand.
	("*doloop_di_long"): Likewise.

From-SVN: r57929
parent ce5bb293
2002-10-08 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.md ("*doloop_si_long"): Add missing operand.
("*doloop_di_long"): Likewise.
Tue Oct 8 16:50:10 CEST 2002 Jan Hubicka <jh@suse.cz> Tue Oct 8 16:50:10 CEST 2002 Jan Hubicka <jh@suse.cz>
* print-rtl.c (print_rtx): Increase buffer size for real numbers. * print-rtl.c (print_rtx): Increase buffer size for real numbers.
......
...@@ -5909,9 +5909,9 @@ ...@@ -5909,9 +5909,9 @@
"* "*
{ {
if (get_attr_op_type (insn) == OP_TYPE_RR) if (get_attr_op_type (insn) == OP_TYPE_RR)
return \"bctr\\t%0\"; return \"bctr\\t%1,%0\";
else else
return \"bct\\t%a0\"; return \"bct\\t%1,%a0\";
}" }"
[(set (attr "op_type") [(set (attr "op_type")
(if_then_else (match_operand 0 "register_operand" "") (if_then_else (match_operand 0 "register_operand" "")
...@@ -5983,9 +5983,9 @@ ...@@ -5983,9 +5983,9 @@
"* "*
{ {
if (get_attr_op_type (insn) == OP_TYPE_RRE) if (get_attr_op_type (insn) == OP_TYPE_RRE)
return \"bctgr\\t%0\"; return \"bctgr\\t%1,%0\";
else else
return \"bctg\\t%a0\"; return \"bctg\\t%1,%a0\";
}" }"
[(set (attr "op_type") [(set (attr "op_type")
(if_then_else (match_operand 0 "register_operand" "") (if_then_else (match_operand 0 "register_operand" "")
......
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