Commit fd87a357 by Ulrich Weigand Committed by Ulrich Weigand

* config/s390/s390.md ("cmpint_di"): Fix incorrect instruction lengths.

From-SVN: r74040
parent 51a30506
2003-11-29 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.md ("cmpint_di"): Fix incorrect instruction lengths.
2003-11-29 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.md ("movhi"): Do not emit extender pattern
when loading from a (MEM (ADDRESSOF ...)).
("movqi"): Likewise.
......
......@@ -2157,13 +2157,13 @@
"TARGET_64BIT"
{
output_asm_insn ("lghi\t%0,1", operands);
output_asm_insn ("jh\t.+12", operands);
output_asm_insn ("jl\t.+6", operands);
output_asm_insn ("jh\t.+16", operands);
output_asm_insn ("jl\t.+8", operands);
output_asm_insn ("sgr\t%0,%0", operands);
return "lcgr\t%0,%0";
}
[(set_attr "op_type" "NN")
(set_attr "length" "22")
(set_attr "length" "20")
(set_attr "type" "other")])
......
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