Author: Remi Meier <[email protected]>
Branch: stmgc-c8
Changeset: r82410:0fe6e57443a4
Date: 2016-02-22 22:36 +0100
http://bitbucket.org/pypy/pypy/changeset/0fe6e57443a4/

Log:    remove accidentially added lines

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
@@ -1114,8 +1114,6 @@
         assert isinstance(size_box, ConstInt)
         size = size_box.value
         size_loc = imm(abs(size))
-        segment = op.getarg(3)
-        assert isinstance(segment, int)
         if size < 0:
             sign_loc = imm1
         else:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to