projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a9e9509
)
Put the movzr insn back into the comment.
author
Richard Henderson
<rth@gcc.gnu.org>
Mon, 11 May 1998 17:47:46 +0000
(10:47 -0700)
committer
Richard Henderson
<rth@gcc.gnu.org>
Mon, 11 May 1998 17:47:46 +0000
(10:47 -0700)
From-SVN: r19676
gcc/config/sparc/sparc.md
patch
|
blob
|
history
diff --git
a/gcc/config/sparc/sparc.md
b/gcc/config/sparc/sparc.md
index 02e8a596609598e1c831891b19013643590fab67..64cc6bcac9e4eec8f7899344d9a9337a0f62480e 100644
(file)
--- 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
")])
\f
;; Split up troublesome insns for better scheduling. */