[pypy-commit] pypy detect-immutable-fields: Remove this... it works?

alex_gaynor noreply at buildbot.pypy.org
Thu Jan 23 22:01:14 CET 2014


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: detect-immutable-fields
Changeset: r68880:9664230f6d92
Date: 2014-01-23 15:00 -0600
http://bitbucket.org/pypy/pypy/changeset/9664230f6d92/

Log:	Remove this... it works?

diff --git a/pypy/module/pypyjit/test_pypy_c/test_instance.py b/pypy/module/pypyjit/test_pypy_c/test_instance.py
--- a/pypy/module/pypyjit/test_pypy_c/test_instance.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_instance.py
@@ -50,7 +50,6 @@
             guard_true(i9, descr=...)
             guard_not_invalidated(descr=...)
             i10 = int_add(i5, 1)
-            guard_no_overflow(descr=...)
             --TICK--
             jump(..., descr=...)
         """)


More information about the pypy-commit mailing list