[pypy-commit] pypy backend-vector-ops: remove GUARD_ARRAY_ALIGNED for now

fijal noreply at buildbot.pypy.org
Wed Feb 1 12:24:47 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
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 -----


More information about the pypy-commit mailing list