[pypy-commit] pypy ppc-jit-backend: another rename

bivab noreply at buildbot.pypy.org
Tue Jul 17 20:09:08 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: ppc-jit-backend
Changeset: r56115:ec5eefe87f2f
Date: 2012-07-17 10:21 -0700
http://bitbucket.org/pypy/pypy/changeset/ec5eefe87f2f/

Log:	another rename

diff --git a/pypy/jit/backend/ppc/test/test_regalloc_2.py b/pypy/jit/backend/ppc/test/test_regalloc_2.py
--- a/pypy/jit/backend/ppc/test/test_regalloc_2.py
+++ b/pypy/jit/backend/ppc/test/test_regalloc_2.py
@@ -164,7 +164,7 @@
 
     def prepare_loop(self, ops):
         loop = self.parse(ops)
-        regalloc = Regalloc(assembler=self.cpu.asm,
+        regalloc = Regalloc(assembler=self.cpu.assembler,
                 frame_manager=PPCFrameManager())
         regalloc.prepare_loop(loop.inputargs, loop.operations)
         return regalloc


More information about the pypy-commit mailing list