From: Vladimir Kargov Date: Tue, 25 Jan 2011 06:44:12 +0000 (+0000) Subject: Patch not merged, update ChangeLog.graphite. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d8c649a4143f3322ab5cae8bbe22ba1f9939f009;p=gcc.git Patch not merged, update ChangeLog.graphite. From-SVN: r169196 --- diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite index 91ded8da40e..d180612ce47 100644 --- a/gcc/ChangeLog.graphite +++ b/gcc/ChangeLog.graphite @@ -1,3 +1,12 @@ +2011-01-05 Vladimir Kargov + + * graphite-scop-detection.c (is_valid_stmt_p): Pass the entry basic + block instead of region start to the instantiation. + (is_valid_bb_p): Add support for basic blocks with conditional + statements. + (find_scops_new): Recalculate dominance info before SCOP + detection. + 2011-01-05 Vladimir Kargov * graphite-scop-detection.c (get_outermost_loop_in_region): New.