From: Richard Henderson Date: Mon, 11 May 1998 17:47:46 +0000 (-0700) Subject: Put the movzr insn back into the comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=50324922d7dd933b53c6a18a0d83b997af215571;p=gcc.git Put the movzr insn back into the comment. From-SVN: r19676 --- diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index 02e8a596609..64cc6bcac9e 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -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")]) ;; Split up troublesome insns for better scheduling. */