mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
x86-64: set the right cost for a VOP
This commit is contained in:
parent
d638084646
commit
9c365edb59
|
|
@ -4561,7 +4561,7 @@
|
|||
:unused-if (csubtypep (tn-ref-type x-ref)
|
||||
(specifier-type 'integer)))
|
||||
temp)
|
||||
(:generator 10
|
||||
(:generator 9
|
||||
(let ((fixnum-mask-p (and (= n-fixnum-tag-bits 1)
|
||||
(= mask (ash most-positive-word -1)))))
|
||||
(assemble ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue