X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fcondeval.c;h=c7c66833b4df1eb3868340873f658b22d02e25f1;hb=e9924cc1137b5920e75f4b9f2e99195dce708433;hp=d4dd6f8c31de997c5057df5f10f94785fd2be742;hpb=6d1bc8766a7f8e1a5145dc074beecb6232be22e7;p=libfirm diff --git a/ir/opt/condeval.c b/ir/opt/condeval.c index d4dd6f8c3..c7c66833b 100644 --- a/ir/opt/condeval.c +++ b/ir/opt/condeval.c @@ -28,9 +28,10 @@ #include "config.h" #endif +#include "iroptimize.h" + #include #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);