[pypy-commit] pypy ssa-flow: coalesce_bool() sort of requires SSI, actually

rlamy noreply at buildbot.pypy.org
Sat Nov 15 06:53:21 CET 2014


Author: Ronan Lamy <ronan.lamy at gmail.com>
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,


More information about the pypy-commit mailing list