[pypy-svn] r79442 - pypy/branch/jit-unroll-loops/pypy/jit/backend/llgraph

hakanardo at codespeak.net hakanardo at codespeak.net
Wed Nov 24 07:59:10 CET 2010


Author: hakanardo
Date: Wed Nov 24 07:59:08 2010
New Revision: 79442

Modified:
   pypy/branch/jit-unroll-loops/pypy/jit/backend/llgraph/llimpl.py
Log:
fixed translation

Modified: pypy/branch/jit-unroll-loops/pypy/jit/backend/llgraph/llimpl.py
==============================================================================
--- pypy/branch/jit-unroll-loops/pypy/jit/backend/llgraph/llimpl.py	(original)
+++ pypy/branch/jit-unroll-loops/pypy/jit/backend/llgraph/llimpl.py	Wed Nov 24 07:59:08 2010
@@ -1613,6 +1613,7 @@
 setannotation(compile_add_ref_result, annmodel.SomeInteger())
 setannotation(compile_add_float_result, annmodel.SomeInteger())
 setannotation(compile_add_jump_target, annmodel.s_None)
+setannotation(compile_add_guard_jump_target, annmodel.s_None)
 setannotation(compile_add_fail, annmodel.SomeInteger())
 setannotation(compile_add_fail_arg, annmodel.s_None)
 setannotation(compile_redirect_fail, annmodel.s_None)



More information about the Pypy-commit mailing list