Author: Armin Rigo <[email protected]>
Branch: optimize-cond-call
Changeset: r79444:69257123f94d
Date: 2015-09-04 19:49 +0200
http://bitbucket.org/pypy/pypy/changeset/69257123f94d/
Log: fix
diff --git a/rpython/jit/backend/arm/opassembler.py
b/rpython/jit/backend/arm/opassembler.py
--- a/rpython/jit/backend/arm/opassembler.py
+++ b/rpython/jit/backend/arm/opassembler.py
@@ -277,7 +277,7 @@
self.mc.CMP_rr(r.ip.value, typeid.value, cond=fcond)
def emit_op_guard_not_invalidated(self, op, locs, regalloc, fcond):
- return self._emit_guard(op, locs, fcond, save_exc=False,
+ return self._emit_guard(op, locs, save_exc=False,
is_guard_not_invalidated=True)
def emit_op_label(self, op, arglocs, regalloc, fcond):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit