X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=src%2Fcompiler%2Falpha%2Ftype-vops.lisp;h=57e015abf8e621c22d246fa9ea29e3683aac0d6a;hb=1d46d379bb7a6424524b978f213ef69be5f1ad69;hp=e1ff1619cf5f90d50e2993394a20f09468120df4;hpb=14edb503e1b77e8203aa9879842f308c2a25f5c1;p=sbcl.git diff --git a/src/compiler/alpha/type-vops.lisp b/src/compiler/alpha/type-vops.lisp index e1ff161..57e015a 100644 --- a/src/compiler/alpha/type-vops.lisp +++ b/src/compiler/alpha/type-vops.lisp @@ -42,13 +42,6 @@ (inst bne temp target) (inst beq temp target)))) -(defun %test-lowtag-and-headers (value target not-p lowtag - function-p headers &key temp) - (let ((drop-through (gen-label))) - (%test-lowtag value (if not-p drop-through target) nil lowtag :temp temp) - (%test-headers value target not-p function-p headers - :drop-through drop-through :temp temp))) - (defun %test-headers (value target not-p function-p headers &key (drop-through (gen-label)) temp) (let ((lowtag (if function-p fun-pointer-lowtag other-pointer-lowtag)))