[pypy-commit] pypy arm-backend-2: add spaces

bivab noreply at buildbot.pypy.org
Thu Jan 26 10:45:27 CET 2012


Author: David Schneider <david.schneider at picle.org>
Branch: arm-backend-2
Changeset: r51782:9c12b4103f60
Date: 2012-01-26 09:17 +0100
http://bitbucket.org/pypy/pypy/changeset/9c12b4103f60/

Log:	add spaces

diff --git a/pypy/jit/backend/arm/opassembler.py b/pypy/jit/backend/arm/opassembler.py
--- a/pypy/jit/backend/arm/opassembler.py
+++ b/pypy/jit/backend/arm/opassembler.py
@@ -1034,7 +1034,7 @@
         # Path A: load return value and reset token
         # Fast Path using result boxes
 
-        fast_path_cond=c.EQ
+        fast_path_cond = c.EQ
         # Reset the vable token --- XXX really too much special logic here:-(
         if jd.index_of_virtualizable >= 0:
             from pypy.jit.backend.llsupport.descr import FieldDescr


More information about the pypy-commit mailing list