Author: hager <[email protected]>
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
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to