Author: Hakan Ardo <[email protected]>
Branch: jit-short_from_state
Changeset: r44526:862f6344c7b8
Date: 2011-05-26 21:10 +0200
http://bitbucket.org/pypy/pypy/changeset/862f6344c7b8/
Log: exact guard numbering not interesting
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
@@ -1422,7 +1422,7 @@
f21 = getarrayitem_raw(i13, i18, descr=...)
i14 = int_sub(i6, 1)
i15 = int_ge(i14, i8)
- guard_false(i15, descr=<Guard5>)
+ guard_false(i15, descr=...)
f23 = getarrayitem_raw(i13, i14, descr=...)
f24 = float_add(f21, f23)
f26 = getarrayitem_raw(i13, i6, descr=...)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit