From patchwork Mon Aug 2 20:19:39 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [06/65] Fix refined region tree nesting. Date: Mon, 02 Aug 2010 10:19:39 -0000 From: Sebastian Pop X-Patchwork-Id: 60604 Message-Id: <1280780438-17543-7-git-send-email-sebpop@gmail.com> To: gcc-patches@gcc.gnu.org Cc: Tobias Grosser , gcc-graphite From: grosser 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/graphite@160441 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog.graphite | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite index a955dfe..db1ea30 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.