Author: Maciej Fijalkowski <[email protected]>
Branch:
Changeset: r62436:e282c55cfd4e
Date: 2013-03-18 22:03 -0700
http://bitbucket.org/pypy/pypy/changeset/e282c55cfd4e/
Log: fix this test too
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
@@ -35,7 +35,7 @@
self.operations = []
for op in operations:
if op.getdescr() is not None:
- if op.is_guard():
+ if op.is_guard() or op.getopnum() == rop.FINISH:
newdescr = op.getdescr()
else:
newdescr = WeakrefDescr(op.getdescr())
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit