Move register allocation to its own package, SB!REGALLOC
[sbcl.git] / src / compiler / vmdef.lisp
index adf60b6..c3f3d44 100644 (file)
              (when targets
                (dotimes (i (length targets))
                  (let ((target (aref targets i)))
-                   (target-if-desirable
+                   (sb!regalloc:target-if-desirable
                     (aref refs (ldb (byte 8 8) target))
                     (aref refs (ldb (byte 8 0) target)))))))
            vop)