[pypy-commit] pypy py3.6: this is an improvement

cfbolz pypy.commits at gmail.com
Mon Feb 18 06:06:02 EST 2019


Author: Carl Friedrich Bolz-Tereick <cfbolz at gmx.de>
Branch: py3.6
Changeset: r96054:9f1fd685935c
Date: 2019-02-18 12:05 +0100
http://bitbucket.org/pypy/pypy/changeset/9f1fd685935c/

Log:	this is an improvement

diff --git a/pypy/module/pypyjit/test_pypy_c/test_misc.py b/pypy/module/pypyjit/test_pypy_c/test_misc.py
--- a/pypy/module/pypyjit/test_pypy_c/test_misc.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_misc.py
@@ -147,8 +147,6 @@
     RANGE_ITER_STEP_1 = """
             guard_not_invalidated?
             # W_IntRangeStepOneIterator.next()
-            i80 = int_lt(i11, 0)
-            guard_false(i80, descr=...)
             i16 = int_lt(i11, i12)
             guard_true(i16, descr=...)
             i20 = int_add(i11, 1)


More information about the pypy-commit mailing list