Index: /trunk/source/compiler/PPC/ppc2.lisp
===================================================================
--- /trunk/source/compiler/PPC/ppc2.lisp	(revision 15088)
+++ /trunk/source/compiler/PPC/ppc2.lisp	(revision 15089)
@@ -5709,5 +5709,5 @@
                 (! logxor-low target other-reg low)))))
         (multiple-value-bind (r1 r2) (ppc2-two-untargeted-reg-forms seg form1 ppc::arg_y form2 ppc::arg_z)
-          (if vreg (ensuring-node-target (target vreg) (! %logxor2 vreg r1 r2)))))
+          (if vreg (ensuring-node-target (target vreg) (! %logxor2 target r1 r2)))))
       (^)))))
 
