Author: Carl Friedrich Bolz <[email protected]>
Branch: regalloc-playground
Changeset: r92192:9b96099898a8
Date: 2017-08-20 16:33 +0200
http://bitbucket.org/pypy/pypy/changeset/9b96099898a8/
Log: typo
diff --git a/rpython/jit/backend/llsupport/regalloc.py
b/rpython/jit/backend/llsupport/regalloc.py
--- a/rpython/jit/backend/llsupport/regalloc.py
+++ b/rpython/jit/backend/llsupport/regalloc.py
@@ -586,7 +586,7 @@
def _sync_var(self, v):
if not self.frame_manager.get(v):
- self.num_moves_calls += 1
+ self.assembler.num_moves_calls += 1
reg = self.reg_bindings[v]
to = self.frame_manager.loc(v)
self.assembler.regalloc_mov(reg, to)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit