OSDN Git Service

Fix refined region tree nesting.
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Aug 2010 20:23:33 +0000 (20:23 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Aug 2010 20:23:33 +0000 (20:23 +0000)
2010-06-08  Tobias Grosser  <grosser@fim.uni-passau.de>

* 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/trunk@163110 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog.graphite

index a955dfe..db1ea30 100644 (file)
@@ -1,3 +1,12 @@
+2010-06-08  Tobias Grosser  <grosser@fim.uni-passau.de>
+
+       * 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  <grosser@fim.uni-passau.de>
 
        * graphite-scop-detection.c (is_scop_p): New.