* config/s390/s390.md ("cmpint_di"): Fix incorrect instruction lengths.
authorUlrich Weigand <uweigand@de.ibm.com>
Sun, 30 Nov 2003 00:02:32 +0000 (00:02 +0000)
committerUlrich Weigand <uweigand@gcc.gnu.org>
Sun, 30 Nov 2003 00:02:32 +0000 (00:02 +0000)
From-SVN: r74040

gcc/ChangeLog
gcc/config/s390/s390.md

index b68897e3492786fb1ce52b04b60673313f89ed8e..1a835b0792cb9dd142be3f4367950bc9186a2dac 100644 (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
index 625d4b51c03d42edc34ff71e12b6ee617bb98df3..8b94983056843110668678d540c561b41e22f4ab 100644 (file)
   "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")])