X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fopt%2Fescape_ana.c;h=472c277fa00ee78b1c9b89e45bddbb3c527fef01;hb=6ec69d327b9bfd952743fd8ebc7848690cacaa18;hp=57e9a4e446ccee1023f71e9d28271acff72d3a3f;hpb=e81420ee06b2e78015a8cb3c076057045fc65212;p=libfirm diff --git a/ir/opt/escape_ana.c b/ir/opt/escape_ana.c index 57e9a4e44..472c277fa 100644 --- a/ir/opt/escape_ana.c +++ b/ir/opt/escape_ana.c @@ -23,6 +23,7 @@ #include "irgraph_t.h" #include "irnode_t.h" #include "type_t.h" +#include "irgwalk.h" #include "irouts.h" #include "analyze_irg_args.h" #include "irgmod.h" @@ -349,7 +350,7 @@ static void transform_allocs(ir_graph *irg, walk_env_t *env) set_irg_outs_inconsistent(irg); if (env->nr_deads) - set_irg_dom_inconsistent(irg); + set_irg_doms_inconsistent(irg); } }