[pypy-svn] r47147 - pypy/branch/kill-keepalives-again/pypy/rpython/lltypesystem

cfbolz at codespeak.net cfbolz at codespeak.net
Thu Oct 4 13:11:28 CEST 2007


Author: cfbolz
Date: Thu Oct  4 13:11:26 2007
New Revision: 47147

Modified:
   pypy/branch/kill-keepalives-again/pypy/rpython/lltypesystem/lloperation.py
Log:
add bare_setinteriorfield here too


Modified: pypy/branch/kill-keepalives-again/pypy/rpython/lltypesystem/lloperation.py
==============================================================================
--- pypy/branch/kill-keepalives-again/pypy/rpython/lltypesystem/lloperation.py	(original)
+++ pypy/branch/kill-keepalives-again/pypy/rpython/lltypesystem/lloperation.py	Thu Oct  4 13:11:26 2007
@@ -323,6 +323,7 @@
     'getinteriorfield':     LLOp(sideeffects=False, canrun=True),
     'getinteriorarraysize': LLOp(canfold=True),
     'setinteriorfield':     LLOp(),
+    'bare_setinteriorfield':     LLOp(),
     'getarraysubstruct':    LLOp(canfold=True),
     'setfield':             LLOp(),
     'bare_setfield':        LLOp(),



More information about the Pypy-commit mailing list