Author: Maciej Fijalkowski <[email protected]>
Branch: jitframe-on-heap
Changeset: r60204:4f19c69ba01d
Date: 2013-01-19 15:35 +0200
http://bitbucket.org/pypy/pypy/changeset/4f19c69ba01d/
Log: oops
diff --git a/pypy/jit/backend/x86/regalloc.py b/pypy/jit/backend/x86/regalloc.py
--- a/pypy/jit/backend/x86/regalloc.py
+++ b/pypy/jit/backend/x86/regalloc.py
@@ -872,8 +872,6 @@
assert isinstance(descr, JitCellToken)
self.rm._sync_var(op.getarg(0))
frame_loc = self.fm.loc(op.getarg(0))
- if vable_index >= 0:
- xxx
self._call(op, [frame_loc, self.loc(op.getarg(0))],
guard_not_forced_op=guard_op)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit