[pypy-svn] pypy default: don't list some ops twice

fijal commits-noreply at bitbucket.org
Mon Apr 18 08:14:32 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r43439:2d96e93e4a47
Date: 2011-04-18 08:07 +0200
http://bitbucket.org/pypy/pypy/changeset/2d96e93e4a47/

Log:	don't list some ops twice

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
@@ -446,7 +446,6 @@
     IGNORE_OPS_WITH_PREFIXES = dict.fromkeys([
         'cmp', 'test', 'set', 'sahf', 'lahf', 'cltd', 'cld', 'std',
         'rep', 'movs', 'lods', 'stos', 'scas', 'cwtl', 'cwde', 'prefetch',
-        'pslld', 
         # floating-point operations cannot produce GC pointers
         'f',
         'cvt', 'ucomi', 'comi', 'subs', 'subp' , 'adds', 'addp', 'xorp',


More information about the Pypy-commit mailing list