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

From-SVN: r74040
This commit is contained in:
Ulrich Weigand 2003-11-30 00:02:32 +00:00 committed by Ulrich Weigand
parent 51a30506f1
commit fd87a35778
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
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

View File

@ -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")])