Author: Tim Felgentreff <[email protected]>
Branch: int-tag-untag-as-operations
Changeset: r63590:c3491b1cafbc
Date: 2013-04-24 13:35 +0200
http://bitbucket.org/pypy/pypy/changeset/c3491b1cafbc/
Log: fix typo
diff --git a/rpython/jit/backend/x86/regalloc.py
b/rpython/jit/backend/x86/regalloc.py
--- a/rpython/jit/backend/x86/regalloc.py
+++ b/rpython/jit/backend/x86/regalloc.py
@@ -498,7 +498,7 @@
loc = self.rm.make_sure_var_in_reg(op.getarg(0))
self.rm.possibly_free_vars_for_op(op)
res = self.rm.force_allocate_reg(op.result)
- self.Perform(op, [loc], res)
+ self.perform(op, [loc], res)
def consider_int_neg(self, op):
res = self.rm.force_result_in_reg(op.result, op.getarg(0))
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit