[pypy-svn] r53246 - pypy/branch/jit-hotpath/pypy/jit/codegen/ppc
fijal at codespeak.net
fijal at codespeak.net
Wed Apr 2 04:25:35 CEST 2008
Author: fijal
Date: Wed Apr 2 04:25:35 2008
New Revision: 53246
Modified:
pypy/branch/jit-hotpath/pypy/jit/codegen/ppc/rgenop.py
Log:
fix import
Modified: pypy/branch/jit-hotpath/pypy/jit/codegen/ppc/rgenop.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/jit/codegen/ppc/rgenop.py (original)
+++ pypy/branch/jit-hotpath/pypy/jit/codegen/ppc/rgenop.py Wed Apr 2 04:25:35 2008
@@ -13,7 +13,7 @@
from pypy.jit.codegen.ppc.instruction import rSP, rFP, rSCRATCH, gprs
from pypy.jit.codegen.ppc import instruction as insn
from pypy.jit.codegen.ppc.regalloc import RegisterAllocation
-from pypy.jit.codegen.ppc.emit_moves import emit_moves, emit_moves_safe
+from pypy.jit.codegen.emit_moves import emit_moves, emit_moves_safe
from pypy.jit.codegen.ppc.ppcgen.rassemblermaker import make_rassembler
from pypy.jit.codegen.ppc.ppcgen.ppc_assembler import MyPPCAssembler
More information about the pypy-svn
mailing list