[pypy-svn] pypy default: Fixed opcode spellings.

tav commits-noreply at bitbucket.org
Thu Mar 3 10:41:11 CET 2011


Author: tav <tav at espians.com>
Branch: 
Changeset: r42397:3a85ccb8bdc8
Date: 2011-03-03 09:40 +0000
http://bitbucket.org/pypy/pypy/changeset/3a85ccb8bdc8/

Log:	Fixed opcode spellings.

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', 'pand', 'psslw', 'pssld', 'psslq',
+        'punpck', 'pshufd', 'pcmp', 'pand', 'psllw', 'pslld', 'psllq',
         # zero-extending moves should not produce GC pointers
         'movz', 
         ])


More information about the Pypy-commit mailing list