Author: Maciej Fijalkowski <[email protected]>
Branch: optresult
Changeset: r75239:f3578293202a
Date: 2015-01-05 10:34 +0200
http://bitbucket.org/pypy/pypy/changeset/f3578293202a/
Log: fix llgraph backend
diff --git a/rpython/jit/backend/llgraph/runner.py
b/rpython/jit/backend/llgraph/runner.py
--- a/rpython/jit/backend/llgraph/runner.py
+++ b/rpython/jit/backend/llgraph/runner.py
@@ -46,7 +46,7 @@
newdescr = WeakrefDescr(op.getdescr())
else:
newdescr = None
- newop = op._copy_and_change(op.getopnum(),
+ newop = op.copy_and_change(op.getopnum(),
map(mapping, op.getarglist()),
newdescr)
_cache[op] = newop
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit