Author: Armin Rigo <[email protected]>
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))
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit