Author: fijal
Branch: jit-leaner-frontend
Changeset: r83216:c7460558e25f
Date: 2016-03-21 14:51 +0200
http://bitbucket.org/pypy/pypy/changeset/c7460558e25f/
Log: another rpython fix
diff --git a/rpython/jit/metainterp/opencoder.py
b/rpython/jit/metainterp/opencoder.py
--- a/rpython/jit/metainterp/opencoder.py
+++ b/rpython/jit/metainterp/opencoder.py
@@ -145,9 +145,9 @@
liveranges[index] = index
if opwithdescr[opnum]:
descr_index = self._next()
- if rop.is_guard(opnum):
- self.get_snapshot_iter(descr_index).update_liveranges(
- index, liveranges)
+ if rop.is_guard(opnum):
+ self.get_snapshot_iter(descr_index).update_liveranges(
+ index, liveranges)
return index + 1
def next(self):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit