Commit 68cef009 by J"orn Rennecke Committed by Joern Rennecke

* sh.md (cmpgtudi_media): Remove spurious @.

From-SVN: r55532
parent 701e3726
Wed Jul 17 16:57:36 2002 J"orn Rennecke <joern.rennecke@superh.com>
Wed Jul 17 17:05:27 2002 J"orn Rennecke <joern.rennecke@superh.com>
* sh.md (cmpgtudi_media): Remove spurious @.
* config/sh/lib1funcs.asm (FMOVD_WORKS): Don't define for little endian.
* sh.h (OVERRIDE_OPTIONS): Don't set FMOVD_BIT for little endian.
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment