fixed warnings
[libfirm] / ir / opt / condeval.c
index d4dd6f8..c7c6683 100644 (file)
 #include "config.h"
 #endif
 
+#include "iroptimize.h"
+
 #include <assert.h>
 #include "array.h"
-#include "condeval.h"
 #include "debug.h"
 #include "ircons.h"
 #include "irgmod.h"
@@ -512,6 +513,7 @@ void opt_cond_eval(ir_graph* irg)
 
        if (changed) {
                /* control flow changed, some blocks may become dead */
+               set_irg_outs_inconsistent(irg);
                set_irg_doms_inconsistent(irg);
                set_irg_extblk_inconsistent(irg);
                set_irg_loopinfo_inconsistent(irg);