| Submitter | Vladimir Kargov |
|---|---|
| Date | Nov. 18, 2010, 10:16 p.m. |
| Message ID | <AANLkTimZknhpQCSTLiyjjnbAGa200aqtw6WCOFHfiPSv@mail.gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/72157/ |
| State | New |
| Headers | show |
Comments
Patch
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