[pypy-commit] pypy default: argh

arigo noreply at buildbot.pypy.org
Mon Nov 9 08:11:24 EST 2015


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r80611:db505329b810
Date: 2015-11-09 13:32 +0100
http://bitbucket.org/pypy/pypy/changeset/db505329b810/

Log:	argh

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
@@ -196,7 +196,7 @@
         opnum = op.getopnum()
         if not (opnum == rop.GUARD_TRUE or opnum == rop.GUARD_FALSE):
             return
-        if op.getarg(0).is_vector:
+        if op.getarg(0).is_vector():
             return
         try:
             i = op.getfailargs().index(op.getarg(0))


More information about the pypy-commit mailing list