From: Michael Hayes Date: Sat, 16 Dec 2000 23:51:06 +0000 (+0000) Subject: * config/c4x/c4x.md: Remove redundant @s from output patterns. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3b67042af8f91e658c6467d3dad4464c89c069ab;p=gcc.git * config/c4x/c4x.md: Remove redundant @s from output patterns. From-SVN: r38318 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 1de2a260ba7..9ed5996da2b 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2000-12-17 Michael Hayes + + * config/c4x/c4x.md: Remove redundant @s from output patterns. + 2000-12-17 Michael Hayes Herman A.J. ten Brugge diff --git a/gcc/config/c4x/c4x.md b/gcc/config/c4x/c4x.md index 022c92cd7b7..5d2656c0ab5 100644 --- a/gcc/config/c4x/c4x.md +++ b/gcc/config/c4x/c4x.md @@ -1331,8 +1331,7 @@ (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")]) @@ -1343,8 +1342,7 @@ (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")]) @@ -2493,8 +2491,7 @@ (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")]) @@ -4286,8 +4283,7 @@ (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 @@ -5930,8 +5926,7 @@ [(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" @@ -5939,8 +5934,7 @@ (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" @@ -5954,8 +5948,7 @@ [(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" @@ -6036,8 +6029,7 @@ (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" @@ -6045,8 +6037,7 @@ (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")]) ;