0.9.9.27:
[sbcl.git] / src / compiler / hppa / pred.lisp
index 894ff0b..31f0f00 100644 (file)
@@ -16,7 +16,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)