[pypy-commit] pypy ppc-vsx-support: syntax error

plan_rich pypy.commits at gmail.com
Wed Sep 7 10:07:16 EDT 2016


Author: Richard Plangger <planrichi at gmail.com>
Branch: ppc-vsx-support
Changeset: r86932:ffce6cd646d6
Date: 2016-09-05 16:45 +0200
http://bitbucket.org/pypy/pypy/changeset/ffce6cd646d6/

Log:	syntax error

diff --git a/rpython/jit/backend/x86/vector_ext.py b/rpython/jit/backend/x86/vector_ext.py
--- a/rpython/jit/backend/x86/vector_ext.py
+++ b/rpython/jit/backend/x86/vector_ext.py
@@ -308,7 +308,7 @@
             self.mc.CMPPD_xxi(lhsloc.value, rhsloc.value, 0)
         self.flush_vec_cc(rx86.Conditions["E"], lhsloc, resloc, sizeloc.value)
 
-    def flush_vec_cc(self, rev_cond, lhsloc, resloc, size)
+    def flush_vec_cc(self, rev_cond, lhsloc, resloc, size):
         # After emitting an instruction that leaves a boolean result in
         # a condition code (cc), call this.  In the common case, result_loc
         # will be set to SPP by the regalloc, which in this case means


More information about the pypy-commit mailing list