0.9.3.32:
[sbcl.git] / src / compiler / sparc / pred.lisp
index 4959638..0dc6a7c 100644 (file)
@@ -26,7 +26,7 @@
 
 (define-vop (if-eq)
   (:args (x :scs (any-reg descriptor-reg zero null))
-        (y :scs (any-reg descriptor-reg zero null)))
+         (y :scs (any-reg descriptor-reg zero null)))
   (:conditional)
   (:info target not-p)
   (:policy :fast-safe)