Author: Richard Plangger <[email protected]>
Branch: vecopt
Changeset: r77145:6bbd8f154c0b
Date: 2015-05-05 11:31 +0200
http://bitbucket.org/pypy/pypy/changeset/6bbd8f154c0b/

Log:    test commit, have i resolved all my hg problems?

diff --git a/rpython/jit/metainterp/optimizeopt/vectorize.py 
b/rpython/jit/metainterp/optimizeopt/vectorize.py
--- a/rpython/jit/metainterp/optimizeopt/vectorize.py
+++ b/rpython/jit/metainterp/optimizeopt/vectorize.py
@@ -53,12 +53,6 @@
         # vectorization is not possible, propagate only normal optimizations
         pass
 
-#class CollapseGuardOptimization(Optimization):
-#    def __init__(self, index_vars = None):
-#        self.index_vars = index_vars or {}
-#
-#    def propagate_forward(
-
 class VectorizingOptimizer(Optimizer):
     """ Try to unroll the loop and find instructions to group """
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to