Get rid of vm-support-routines indirection.
[sbcl.git] / src / compiler / x86 / pred.lisp
index 1843fe3..dd41d52 100644 (file)
@@ -82,7 +82,7 @@
    the values, and VOP-name the name of the VOP that will be used
    to execute the conditional move.")
 
-(!def-vm-support-routine
+(defun
     convert-conditional-move-p (node dst-tn x-tn y-tn)
   (declare (ignore node))
   (let* ((ptype (sb!c::tn-primitive-type dst-tn))