* config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
authorhpenner <hpenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Jan 2003 14:40:05 +0000 (14:40 +0000)
committerhpenner <hpenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Jan 2003 14:40:05 +0000 (14:40 +0000)
        * config/s390/2064.md (define_bypass): Correct 'Load' and
        'Load-address' bypass values.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@61591 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 3e6aa51..bc7370c 100644 (file)
@@ -1,3 +1,9 @@
+2003-01-22  Hartmut Penner  <hpenner@de.ibm.com>
+
+       * config/s390/s390.md (floatdfdi2): Insn has type 'itof'.
+       * config/s390/2064.md (define_bypass): Correct 'Load' and
+       'Load-address' bypass values.
+       
 2003-01-22  Andreas Schwab  <schwab@suse.de>
 
        * config/ia64/t-ia64 (insn-attrtab.o-warn): Define as -Wno-error.
index 9baab9b..c348bc5 100644 (file)
 ;; to the address generation pipeline stage. 
 ;;
 
-(define_bypass 2 "z_load"    
+(define_bypass 3 "z_load"    
                 "z_agen,z_la,z_call,z_load,z_store" "s390_agen_dep_p")
 
 ;;
 ;; result back to the address generation pipeline stage. 
 ;;
 
-(define_bypass 1 "z_larl,z_la" 
+(define_bypass 2 "z_larl,z_la" 
                 "z_agen,z_la,z_call,z_load,z_store" "s390_agen_dep_p")
 
 
index 402f2fd..30c3ebd 100644 (file)
   "TARGET_64BIT && TARGET_HARD_FLOAT && TARGET_IEEE_FLOAT"
   "cdgbr\\t%0,%1"
   [(set_attr "op_type" "RRE")
-   (set_attr "type"    "other" )])
+   (set_attr "type"    "itof" )])
 
 ;
 ; floatdisf2 instruction pattern(s).