Author: Ronan Lamy <[email protected]>
Branch: ssa-flow
Changeset: r74531:198df09019ba
Date: 2014-11-15 05:16 +0000
http://bitbucket.org/pypy/pypy/changeset/198df09019ba/

Log:    coalesce_bool() sort of requires SSI, actually

diff --git a/rpython/translator/simplify.py b/rpython/translator/simplify.py
--- a/rpython/translator/simplify.py
+++ b/rpython/translator/simplify.py
@@ -1080,9 +1080,9 @@
     eliminate_empty_blocks,
     remove_assertion_errors,
     remove_trivial_links,
-    coalesce_bool,
     remove_identical_vars_SSA,
     SSA_to_SSI,
+    coalesce_bool,
     transform_ovfcheck,
     simplify_exceptions,
     transform_xxxitem,
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to