Loop inversion: Fixed bug in find_condition_chain and construct_ssa, which prevented...
[libfirm] / ir / ana / ircfscc.c
index afb1cda..b112bd2 100644 (file)
@@ -666,8 +666,10 @@ int construct_cf_backedges(ir_graph *irg)
        struct obstack temp;
        int i;
 
+#ifdef INTERPROCEDURAL_VIEW
        assert(!get_interprocedural_view() &&
                "use construct_ip_cf_backedges()");
+#endif
        max_loop_depth = 0;
 
        current_ir_graph   = irg;