Fix refined region tree nesting.
authorTobias Grosser <grosser@fim.uni-passau.de>
Wed, 11 Aug 2010 20:23:33 +0000 (20:23 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
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.

From-SVN: r163110

gcc/ChangeLog.graphite

index a955dfee20472fad7c5288446203450444aee592..db1ea301db14f7d4234b3d0d5370e5ec6d2ec4e7 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.