Get rid of vm-support-routines indirection.
[sbcl.git] / src / compiler / x86-64 / pred.lisp
index a490a0a..f017a36 100644 (file)
@@ -95,7 +95,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))