* config/c4x/c4x.md: Remove redundant @s from output patterns.
authorMichael Hayes <m.hayes@elec.canterbury.ac.nz>
Sat, 16 Dec 2000 23:51:06 +0000 (23:51 +0000)
committerMichael Hayes <m.hayes@gcc.gnu.org>
Sat, 16 Dec 2000 23:51:06 +0000 (23:51 +0000)
From-SVN: r38318

gcc/ChangeLog
gcc/config/c4x/c4x.md

index 1de2a260ba7c3366279b7b79bb8f65265bee0b24..9ed5996da2bd704dd4be5ddcb47962ffd1ccdc5e 100644 (file)
@@ -1,3 +1,7 @@
+2000-12-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
+
+       * config/c4x/c4x.md: Remove redundant @s from output patterns.
+
 2000-12-17  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
             Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
 
index 022c92cd7b7d73218dfad512bb5f414b81870c54..5d2656c0ab5f0d8947607a3c1b0370af887c3620 100644 (file)
    (set (reg:CC 21)
         (compare:CC (match_dup 0) (const_int 0)))]
   ""
-  "@
-  ldi\\t%1,%0"
+  "ldi\\t%1,%0"
   [(set_attr "type" "unarycc")
    (set_attr "data" "int16")])
 
    (set (match_operand:QI 0 "ext_reg_operand" "=d")
         (match_dup 1))]
   ""
-  "@
-  ldi\\t%1,%0"
+  "ldi\\t%1,%0"
   [(set_attr "type" "unarycc")
    (set_attr "data" "int16")])
 
    (use (reg:CC 21))
    (clobber (reg:CC 21))]
   ""
-  "@
-   andn\\t%N0,st"
+  "andn\\t%N0,st"
   [(set_attr "type" "misc")
    (set_attr "data" "not_uint16")])
 
        (unspec:QI [(match_operand:QI 1 "src_operand" "rIm")] 13))
    (use (reg:CC 21))]
   ""
-  "@
-   ldiv\\t%1,%0"
+  "ldiv\\t%1,%0"
   [(set_attr "type" "unary")])
 
 ; Move operand 2 to operand 0 if condition (operand 1) is true
  [(set (match_operand:HF 0 "reg_operand" "=h")
        (float_extend:HF (match_operand:QF 1 "src_operand" "fHm")))]
  ""
- "@
-  ldfu\\t%1,%0"
+ "ldfu\\t%1,%0"
   [(set_attr "type" "unary")])
 
 (define_insn "*loadhf_int"
        (unspec:HF [(subreg:QI (match_dup 0) 0)
                    (match_operand:QI 1 "src_operand" "rIm")] 8))]
  ""
- "@
-  ldiu\\t%1,%0"
+ "ldiu\\t%1,%0"
   [(set_attr "type" "unary")])
 
 (define_insn "*storehf_float"
  [(set (match_operand:QI 0 "memory_operand" "=m")
        (unspec:QI [(match_operand:HF 1 "reg_operand" "h")] 9))]
  ""
- "@
-  sti\\t%1,%0"
+ "sti\\t%1,%0"
   [(set_attr "type" "store")])
 
 (define_insn "extendqfhf2"
                    (mem:QI (post_dec:QI (reg:QI 20)))] 8))
   (clobber (reg:CC 21))]
  ""
- "@
-  pop\\t%0"
+ "pop\\t%0"
   [(set_attr "type" "pop")])
 
 (define_insn "*pophf_float"
        (float_extend:HF (mem:QF (post_dec:QI (reg:QI 20)))))
   (clobber (reg:CC 21))]
  ""
- "@
-  popf\\t%0"
+ "popf\\t%0"
   [(set_attr "type" "pop")])
 
 ;