Author: Richard Plangger <[email protected]>
Branch: ppc-vsx-support
Changeset: r87319:10f3d3387862
Date: 2016-09-22 14:39 +0200
http://bitbucket.org/pypy/pypy/changeset/10f3d3387862/
Log: one parameter too much
diff --git a/rpython/jit/metainterp/optimizeopt/vector.py
b/rpython/jit/metainterp/optimizeopt/vector.py
--- a/rpython/jit/metainterp/optimizeopt/vector.py
+++ b/rpython/jit/metainterp/optimizeopt/vector.py
@@ -306,7 +306,7 @@
# to be adjusted. rd_snapshot stores the live variables
# that are needed to resume.
if copied_op.is_guard():
- self.copy_guard_descr(renamer, copied_op,
align_unroll_once and u == 0)
+ self.copy_guard_descr(renamer, copied_op)
#
unrolled.append(copied_op)
#
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit