OSDN Git Service

* config/s390/s390.md ("cmpint_di"): Fix incorrect instruction lengths.
authoruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 30 Nov 2003 00:02:32 +0000 (00:02 +0000)
committeruweigand <uweigand@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 30 Nov 2003 00:02:32 +0000 (00:02 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74040 138bc75d-0d04-0410-961f-82ee72b054a4

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

index b68897e..1a835b0 100644 (file)
@@ -1,5 +1,9 @@
 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.
index 625d4b5..8b94983 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")])