Author: Maciej Fijalkowski <[email protected]>
Branch: backend-vector-ops
Changeset: r52009:65a964afbef0
Date: 2012-02-01 13:24 +0200
http://bitbucket.org/pypy/pypy/changeset/65a964afbef0/

Log:    remove GUARD_ARRAY_ALIGNED for now

diff --git a/pypy/jit/metainterp/resoperation.py 
b/pypy/jit/metainterp/resoperation.py
--- a/pypy/jit/metainterp/resoperation.py
+++ b/pypy/jit/metainterp/resoperation.py
@@ -393,7 +393,6 @@
     'GUARD_OVERFLOW/0d',
     'GUARD_NOT_FORCED/0d',      # may be called with an exception currently set
     'GUARD_NOT_INVALIDATED/0d',
-    'GUARD_ARRAY_ALIGNED/1d',
     '_GUARD_LAST', # ----- end of guard operations -----
 
     '_NOSIDEEFFECT_FIRST', # ----- start of no_side_effect operations -----
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to