Author: Alex Gaynor <[email protected]>
Branch: 
Changeset: r67373:7782ff297bf4
Date: 2013-10-14 22:25 +0200
http://bitbucket.org/pypy/pypy/changeset/7782ff297bf4/

Log:    This operation is removed nowadays

diff --git a/pypy/module/pypyjit/test_pypy_c/test_string.py 
b/pypy/module/pypyjit/test_pypy_c/test_string.py
--- a/pypy/module/pypyjit/test_pypy_c/test_string.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_string.py
@@ -122,7 +122,6 @@
             i26 = int_gt(i25, 23)
             guard_false(i26, descr=...)
             strsetitem(p21, i10, 32)
-            i29 = int_add(i10, 1)
             i30 = int_add(i10, i25)
             i31 = int_gt(i30, 23)
             guard_false(i31, descr=...)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to