aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorJ"orn Rennecke <joern.rennecke@superh.com>2002-07-17 16:06:18 +0000
committerJoern Rennecke <amylaar@gcc.gnu.org>2002-07-17 17:06:18 +0100
commit68cef009977f9e12217108240e1b44b080da46e8 (patch)
treeff271bfdd1d1570a579770484ec8d10d884bd1a4 /gcc/config
parent701e3726b93ce543476e38dbf36663d8be6076ed (diff)
downloadgcc-68cef009977f9e12217108240e1b44b080da46e8.zip
gcc-68cef009977f9e12217108240e1b44b080da46e8.tar.gz
gcc-68cef009977f9e12217108240e1b44b080da46e8.tar.bz2
* sh.md (cmpgtudi_media): Remove spurious @.
From-SVN: r55532
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/sh/sh.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/sh/sh.md b/gcc/config/sh/sh.md
index 8215625..cdb6e50 100644
--- a/gcc/config/sh/sh.md
+++ b/gcc/config/sh/sh.md
@@ -950,8 +950,7 @@
(gtu:DI (match_operand:DI 1 "arith_reg_or_0_operand" "Nr")
(match_operand:DI 2 "arith_reg_or_0_operand" "rN")))]
"TARGET_SHMEDIA"
- "@
- cmpgtu %N1, %N2, %0"
+ "cmpgtu %N1, %N2, %0"
[(set_attr "type" "cmp_media")])
;; We save the compare operands in the cmpxx patterns and use them when