[pypy-svn] pypy default: remove this XXX, it is nonsense

antocuni commits-noreply at bitbucket.org
Thu Apr 14 16:54:00 CEST 2011


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: 
Changeset: r43347:092a08c586d1
Date: 2011-04-14 16:12 +0200
http://bitbucket.org/pypy/pypy/changeset/092a08c586d1/

Log:	remove this XXX, it is nonsense

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
@@ -1212,8 +1212,6 @@
         assert loop.match("""
             i10 = int_lt(i8, i9)
             guard_true(i10, descr=...)
-        # XXX: why do we need ovf check here? If we put a literal "300"
-        # instead of "n", it disappears
             i12 = int_add_ovf(i8, 5)
             guard_no_overflow(descr=...)
             i14 = int_add_ovf(i7, 1)


More information about the Pypy-commit mailing list