Author: hager <[email protected]>
Branch: ppc-jit-backend
Changeset: r49125:36fe6da839a1
Date: 2011-11-10 12:28 +0100
http://bitbucket.org/pypy/pypy/changeset/36fe6da839a1/
Log: Remove syntax error
diff --git a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
b/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
--- a/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
+++ b/pypy/jit/backend/ppc/ppcgen/ppc_assembler.py
@@ -533,8 +533,7 @@
if op.has_no_side_effect() and op.result not in regalloc.longevity:
regalloc.possibly_free_vars_for_op(op)
elif self.can_merge_with_next_guard(op, pos, operations)\
- # XXX fix this later on
- and opnum == rop.CALL_RELEASE_GIL:
+ and opnum == rop.CALL_RELEASE_GIL: # XXX fix
regalloc.next_instruction()
arglocs = regalloc.operations_with_guard[opnum](regalloc, op,
operations[pos+1])
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit