From: Tobias Grosser Date: Wed, 11 Aug 2010 20:23:33 +0000 (+0000) Subject: Fix refined region tree nesting. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5599dea7dbacd694a407e62dd5914dbe392fc313;p=gcc.git Fix refined region tree nesting. 2010-06-08 Tobias Grosser * refined-regions.c (create_region): Only initialize the region. (find_regions_with_entry): Initialize parent relation and bbmap correctly. (build_regions_tree): Set outermost_region to region instead of topmost_region. (calculate_region_tree): Remove unneeded parameters. From-SVN: r163110 --- diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite index a955dfee204..db1ea301db1 100644 --- a/gcc/ChangeLog.graphite +++ b/gcc/ChangeLog.graphite @@ -1,3 +1,12 @@ +2010-06-08 Tobias Grosser + + * refined-regions.c (create_region): Only initialize the region. + (find_regions_with_entry): Initialize parent relation and bbmap + correctly. + (build_regions_tree): Set outermost_region to region instead of + topmost_region. + (calculate_region_tree): Remove unneeded parameters. + 2010-06-02 Tobias Grosser * graphite-scop-detection.c (is_scop_p): New.