diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2010-08-11 20:23:33 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2010-08-11 20:23:33 +0000 |
commit | 5599dea7dbacd694a407e62dd5914dbe392fc313 (patch) | |
tree | 89a0085e95690f62d5f51358c17a5c5811211501 /gcc | |
parent | 2a6909ecb3b1d882ae34e2bd62fde96a58163ec4 (diff) | |
download | gcc-5599dea7dbacd694a407e62dd5914dbe392fc313.zip gcc-5599dea7dbacd694a407e62dd5914dbe392fc313.tar.gz gcc-5599dea7dbacd694a407e62dd5914dbe392fc313.tar.bz2 |
Fix refined region tree nesting.
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
Diffstat (limited to 'gcc')
-rw-r--r-- | 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 <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. |