[pypy-commit] pypy ppc-jit-backend: Remove some comments and blank lines

hager noreply at buildbot.pypy.org
Thu Nov 17 17:40:59 CET 2011


Author: hager <sven.hager at uni-duesseldorf.de>
Branch: ppc-jit-backend
Changeset: r49498:13d56fd8042b
Date: 2011-11-17 17:40 +0100
http://bitbucket.org/pypy/pypy/changeset/13d56fd8042b/

Log:	Remove some comments and blank lines

diff --git a/pypy/jit/backend/ppc/ppcgen/opassembler.py b/pypy/jit/backend/ppc/ppcgen/opassembler.py
--- a/pypy/jit/backend/ppc/ppcgen/opassembler.py
+++ b/pypy/jit/backend/ppc/ppcgen/opassembler.py
@@ -27,15 +27,10 @@
         self.save_exc = save_exc
         self.fcond=fcond
 
-#class OpAssembler(object):
 class IntOpAssembler(object):
         
     _mixin_ = True
 
-    # ********************************************************
-    # *               I N T    O P E R A T I O N S           *
-    # ********************************************************
-
     def emit_int_add(self, op, arglocs, regalloc):
         l0, l1, res = arglocs
         if l0.is_imm():
@@ -435,6 +430,7 @@
         if result is not None:
             resloc = regalloc.after_call(result)
 
+
 class FieldOpAssembler(object):
 
     _mixin_ = True


More information about the pypy-commit mailing list