0.8.1.31:
[sbcl.git] / src / compiler / sparc / type-vops.lisp
index 3185d8e..f937c6e 100644 (file)
     (unless skip-nop
       (inst nop))))
 
-(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) not-p lowtag
-                 :temp temp :skip-nop t)
-    (%test-headers value target not-p function-p headers
-                  :temp temp :drop-through drop-through)))
-
 (defun %test-headers (value target not-p function-p headers
                      &key temp (drop-through (gen-label)))
   (let ((lowtag (if function-p fun-pointer-lowtag other-pointer-lowtag)))