Author: Carl Friedrich Bolz <[email protected]>
Branch: 
Changeset: r82382:47e7d8d28c74
Date: 2016-02-22 11:00 +0100
http://bitbucket.org/pypy/pypy/changeset/47e7d8d28c74/

Log:    fix fallout from 4ee6b2b67a6b

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
@@ -28,7 +28,6 @@
             guard_true(i14, descr=...)
             guard_not_invalidated(descr=...)
             i16 = int_eq(i6, %d)
-            guard_false(i16, descr=...)
             i15 = int_mod(i6, i10)
             i17 = int_rshift(i15, %d)
             i18 = int_and(i10, i17)
@@ -68,7 +67,6 @@
             guard_true(i11, descr=...)
             guard_not_invalidated(descr=...)
             i13 = int_eq(i6, %d)         # value provided below
-            guard_false(i13, descr=...)
             i15 = int_mod(i6, 10)
             i17 = int_rshift(i15, %d)    # value provided below
             i18 = int_and(10, i17)
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to