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

antocuni at codespeak.net antocuni at codespeak.net
Sat Aug 29 16:33:20 CEST 2009


Author: antocuni
Date: Sat Aug 29 16:33:20 2009
New Revision: 67320

Modified:
   pypy/branch/pyjitpl5/pypy/jit/backend/llgraph/llimpl.py
Log:
this is what happens when you don't run tests before committing :-/


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	Sat Aug 29 16:33:20 2009
@@ -7,7 +7,7 @@
 import sys
 from pypy.objspace.flow.model import Variable, Constant
 from pypy.annotation import model as annmodel
-from pypy.jit.metainterp.history import (ConstInt, ConstPtr, ConstAddr
+from pypy.jit.metainterp.history import (ConstInt, ConstPtr, ConstAddr,
                                          BoxInt, BoxPtr, BoxObj, REF)
 from pypy.rpython.lltypesystem import lltype, llmemory, rclass, rstr
 from pypy.rpython.ootypesystem import ootype



More information about the Pypy-commit mailing list