Author: Armin Rigo <[email protected]>
Branch: jit-leaner-frontend
Changeset: r83265:615d42fe6737
Date: 2016-03-22 19:11 +0100
http://bitbucket.org/pypy/pypy/changeset/615d42fe6737/

Log:    Fix: setint() doesn't exist and is not needed any more

diff --git a/rpython/jit/backend/llsupport/rewrite.py 
b/rpython/jit/backend/llsupport/rewrite.py
--- a/rpython/jit/backend/llsupport/rewrite.py
+++ b/rpython/jit/backend/llsupport/rewrite.py
@@ -391,7 +391,6 @@
         # it's hard to test all cases).  Rewrite it away.
         value = int(opnum == rop.GUARD_FALSE)
         op1 = ResOperation(rop.SAME_AS_I, [ConstInt(value)])
-        op1.setint(value)
         self.emit_op(op1)
         lst = op.getfailargs()[:]
         lst[i] = op1
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to