[pypy-svn] pypy default: ignore pand

fijal commits-noreply at bitbucket.org
Mon Feb 28 10:11:11 CET 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r42336:c144397c7482
Date: 2011-02-28 11:01 +0200
http://bitbucket.org/pypy/pypy/changeset/c144397c7482/

Log:	ignore pand

diff --git a/pypy/translator/c/gcc/trackgcroot.py b/pypy/translator/c/gcc/trackgcroot.py
--- a/pypy/translator/c/gcc/trackgcroot.py
+++ b/pypy/translator/c/gcc/trackgcroot.py
@@ -456,7 +456,7 @@
         'inc', 'dec', 'not', 'neg', 'or', 'and', 'sbb', 'adc',
         'shl', 'shr', 'sal', 'sar', 'rol', 'ror', 'mul', 'imul', 'div', 'idiv',
         'bswap', 'bt', 'rdtsc',
-        'punpck', 'pshufd', 'pcmp',
+        'punpck', 'pshufd', 'pcmp', 'pand',
         # zero-extending moves should not produce GC pointers
         'movz', 
         ])


More information about the Pypy-commit mailing list