Message ID | AANLkTimZknhpQCSTLiyjjnbAGa200aqtw6WCOFHfiPSv@mail.gmail.com |
---|---|
State | New |
Headers | show |
Index: gcc/graphite-scop-detection.c =================================================================== --- gcc/graphite-scop-detection.c (revision 166917) +++ gcc/graphite-scop-detection.c (working copy) @@ -1268,6 +1268,10 @@ canonicalize_loop_closed_ssa (loop_p loop) } } } + + /* The code above does not properly handle changes in the post dominance + information (yet). */ + free_dominance_info (CDI_POST_DOMINATORS); } /* Converts the current loop closed SSA form to a canonical form