Author: hager <[email protected]>
Branch: ppc-jit-backend
Changeset: r51443:35aaf3680c92
Date: 2012-01-18 13:44 +0100
http://bitbucket.org/pypy/pypy/changeset/35aaf3680c92/

Log:    remove comment

diff --git a/pypy/jit/backend/ppc/ppcgen/helper/regalloc.py 
b/pypy/jit/backend/ppc/ppcgen/helper/regalloc.py
--- a/pypy/jit/backend/ppc/ppcgen/helper/regalloc.py
+++ b/pypy/jit/backend/ppc/ppcgen/helper/regalloc.py
@@ -37,7 +37,6 @@
         self.possibly_free_vars_for_op(op)
         self.free_temp_vars()
         res = self.force_allocate_reg(op.result)
-        #self.possibly_free_var(op.result)
         return [l0, l1, res]
     return f
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to