]> gcc.gnu.org Git - gcc.git/commitdiff
Put the movzr insn back into the comment.
authorRichard Henderson <rth@gcc.gnu.org>
Mon, 11 May 1998 17:47:46 +0000 (10:47 -0700)
committerRichard Henderson <rth@gcc.gnu.org>
Mon, 11 May 1998 17:47:46 +0000 (10:47 -0700)
From-SVN: r19676

gcc/config/sparc/sparc.md

index 02e8a596609598e1c831891b19013643590fab67..64cc6bcac9e4eec8f7899344d9a9337a0f62480e 100644 (file)
@@ -6131,9 +6131,9 @@ if (! TARGET_ARCH64)
 ;      (ffs:DI (match_operand:DI 1 "register_operand" "r")))
 ;   (clobber (match_scratch:DI 2 "=&r"))]
 ;  "TARGET_ARCH64"
-;  "neg %1,%2\;xnor %1,%2,%2\;popc %2,%0"
+;  "neg %1,%2\;xnor %1,%2,%2\;popc %2,%0\;movzr %1,0,%0"
 ;  [(set_attr "type" "multi")
-;   (set_attr "length" "3")])
+;   (set_attr "length" "4")])
 \f
 ;; Split up troublesome insns for better scheduling.  */
 
This page took 0.223412 seconds and 5 git commands to generate.