diff options
author | Richard Henderson <rth@gcc.gnu.org> | 1998-05-11 10:47:46 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1998-05-11 10:47:46 -0700 |
commit | 50324922d7dd933b53c6a18a0d83b997af215571 (patch) | |
tree | 12bb98821c776de453b528578a5cf6d223aac03a /gcc | |
parent | a9e95099427a80b6c4e106fa8da90b6e85e50457 (diff) | |
download | gcc-50324922d7dd933b53c6a18a0d83b997af215571.zip gcc-50324922d7dd933b53c6a18a0d83b997af215571.tar.gz gcc-50324922d7dd933b53c6a18a0d83b997af215571.tar.bz2 |
Put the movzr insn back into the comment.
From-SVN: r19676
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/sparc/sparc.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index 02e8a59..64cc6bc 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. */ |