Author: Richard Plangger <planri...@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
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to