[pypy-commit] pypy jit-usable_retrace_3: typo

hakanardo noreply at buildbot.pypy.org
Fri Sep 7 08:07:50 CEST 2012


Author: Hakan Ardo <hakan at debian.org>
Branch: jit-usable_retrace_3
Changeset: r57202:32a9f537a011
Date: 2012-09-07 08:06 +0200
http://bitbucket.org/pypy/pypy/changeset/32a9f537a011/

Log:	typo

diff --git a/pypy/jit/metainterp/history.py b/pypy/jit/metainterp/history.py
--- a/pypy/jit/metainterp/history.py
+++ b/pypy/jit/metainterp/history.py
@@ -1013,7 +1013,7 @@
         loops = self.get_all_loops()
         assert len(loops) == 1
         loop = loops[0]
-        insns = self.sum_simple_loop(loop.operations, insns)
+        insns = self.sum_simple_loop(loop.operations)
         return self._check_insns(insns, expected, check)
 
     def sum_simple_loop(self, operations, insns=None):


More information about the pypy-commit mailing list