[pypy-svn] r66899 - pypy/branch/pyjitpl5/pypy/jit/backend/llgraph

arigo at codespeak.net arigo at codespeak.net
Tue Aug 18 15:32:03 CEST 2009


Author: arigo
Date: Tue Aug 18 15:32:02 2009
New Revision: 66899

Modified:
   pypy/branch/pyjitpl5/pypy/jit/backend/llgraph/llimpl.py
Log:
Oups.


Modified: pypy/branch/pyjitpl5/pypy/jit/backend/llgraph/llimpl.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/backend/llgraph/llimpl.py	(original)
+++ pypy/branch/pyjitpl5/pypy/jit/backend/llgraph/llimpl.py	Tue Aug 18 15:32:02 2009
@@ -1292,3 +1292,5 @@
 setannotation(do_call_int, annmodel.SomeInteger())
 setannotation(do_call_ptr, annmodel.SomePtr(llmemory.GCREF))
 setannotation(do_call_void, annmodel.s_None)
+setannotation(get_overflow_flag, annmodel.s_Bool)
+setannotation(set_overflow_flag, annmodel.s_None)



More information about the Pypy-commit mailing list