[pypy-svn] r13171 - pypy/dist/pypy/translator/llvm

cfbolz at codespeak.net cfbolz at codespeak.net
Wed Jun 8 09:47:19 CEST 2005


Author: cfbolz
Date: Wed Jun  8 09:47:18 2005
New Revision: 13171

Added:
   pypy/dist/pypy/translator/llvm/pointerrepr.py
Log:
missing from last night's commit


Added: pypy/dist/pypy/translator/llvm/pointerrepr.py
==============================================================================
--- (empty file)
+++ pypy/dist/pypy/translator/llvm/pointerrepr.py	Wed Jun  8 09:47:18 2005
@@ -0,0 +1,10 @@
+import autopath
+import sets
+
+from pypy.objspace.flow.model import Variable, Constant
+from pypy.objspace.flow.model import last_exception
+
+from pypy.rpython import lltype
+
+from pypy.annotation import model as annmodel
+



More information about the Pypy-commit mailing list