From 5599dea7dbacd694a407e62dd5914dbe392fc313 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Wed, 11 Aug 2010 20:23:33 +0000 Subject: [PATCH] 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 --- gcc/ChangeLog.graphite | 9 +++++++++ 1 file changed, 9 insertions(+) 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. -- 2.30.2