Author: Ronan Lamy <[email protected]>
Branch: ssa-flow
Changeset: r74525:59a2022d0bd0
Date: 2014-11-14 04:27 +0000
http://bitbucket.org/pypy/pypy/changeset/59a2022d0bd0/
Log: transform_dead_op_vars earlier
diff --git a/rpython/translator/simplify.py b/rpython/translator/simplify.py
--- a/rpython/translator/simplify.py
+++ b/rpython/translator/simplify.py
@@ -999,12 +999,11 @@
# ____ all passes & simplify_graph
all_passes = [
+ transform_dead_op_vars,
eliminate_empty_blocks,
remove_assertion_errors,
remove_trivial_links,
coalesce_bool,
- transform_dead_op_vars,
- eliminate_empty_blocks,
SSA_to_SSI,
remove_identical_vars,
transform_ovfcheck,
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit