xtensa.md: Remove unused type attributes.
authorBob Wilson <bob.wilson@acm.org>
Wed, 20 Mar 2002 18:37:43 +0000 (18:37 +0000)
committerBob Wilson <bwilson@gcc.gnu.org>
Wed, 20 Mar 2002 18:37:43 +0000 (18:37 +0000)
        * config/xtensa/xtensa.md: Remove unused type attributes.
        (adddi_carry, subddi_carry): Change type attribute to "multi".

From-SVN: r51078

gcc/ChangeLog
gcc/config/xtensa/xtensa.md

index 47c6ca9333a6467fb06ada8468367ca0995c4d0b..25fa8e1f0616903d7f14dfabffb17f166675169d 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-20  Bob Wilson  <bob.wilson@acm.org>
+
+       * config/xtensa/xtensa.md: Remove unused type attributes.
+       (adddi_carry, subddi_carry): Change type attribute to "multi".
+
 2002-03-19 Dale Johannesen  <dalej@apple.com>
 
        PR optimization/5999, middle-end/5731
index abf8307f8bb827ee67ba1017a1ad46ef1cffd8ff..e261b77effe5bb1ab23a1dc6b978cc97d8d00a50 100644 (file)
@@ -46,7 +46,7 @@
 ;;
 
 (define_attr "type"
-  "unknown,branch,jump,call,load,store,move,arith,multi,nop,misc,farith,fmadd,fdiv,fsqrt,fconv,fload,fstore,mul16,mul32,div32,mac16,rsr,wsr,udef_move,udef_loadi,udef_storei,udef_loadiu,udef_storeiu,udef_conv,udef_conv_loadiu,udef_conv_storeiu" 
+  "unknown,jump,call,load,store,move,arith,multi,nop,farith,fmadd,fdiv,fsqrt,fconv,fload,fstore,mul16,mul32,div32,mac16,rsr,wsr"
   (const_string "unknown"))
 
 (define_attr "mode"
                 (match_dup 0)))]
   ""
   "bgeu\\t%1, %2, 0f\;addi\\t%0, %0, 1\;0:"
-  [(set_attr "type"    "arith")
+  [(set_attr "type"    "multi")
    (set_attr "mode"    "SI")
    (set_attr "length"  "6")])
 
                          (match_operand:SI 2 "register_operand" "r"))))]
   ""
   "bgeu\\t%1, %2, 0f\;addi\\t%0, %0, -1\;0:"
-  [(set_attr "type"    "arith")
+  [(set_attr "type"    "multi")
    (set_attr "mode"    "SI")
    (set_attr "length"  "6")])