Author: Alex Gaynor <alex.gay...@gmail.com>
Branch: 
Changeset: r44193:31a7020faade
Date: 2011-05-16 00:30 -0500
http://bitbucket.org/pypy/pypy/changeset/31a7020faade/

Log:    Remove some more instructions that were likely moved to the
        preamble.

diff --git a/pypy/module/pypyjit/test_pypy_c/test_pypy_c_new.py 
b/pypy/module/pypyjit/test_pypy_c/test_pypy_c_new.py
--- a/pypy/module/pypyjit/test_pypy_c/test_pypy_c_new.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_pypy_c_new.py
@@ -1045,13 +1045,6 @@
             guard_true(i10, descr=<Guard3>)
             i120 = int_add(i5, 1)
             guard_not_invalidated(descr=<Guard4>)
-            i140 = int_lt(0, i120)
-            guard_true(i140, descr=<Guard5>)
-            i17 = int_lt(i120, 0)
-            guard_false(i17, descr=<Guard6>)
-            i20 = int_sub(i120, i5)
-            i21 = int_add_ovf(i5, i20)
-            guard_no_overflow(descr=<Guard7>)
             --TICK--
             jump(..., descr=<Loop0>)
         """)
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to