diff options
author | Tobias Grosser <grosser@fim.uni-passau.de> | 2009-11-30 22:07:18 +0000 |
---|---|---|
committer | Tobias Grosser <grosser@gcc.gnu.org> | 2009-11-30 22:07:18 +0000 |
commit | 9016166fb6f03fad09e388a05ca0746f3ffaa952 (patch) | |
tree | fcb0fcc55c9ea44bd1f6cbd8e058caa9d74d9af5 /gcc/ChangeLog.graphite | |
parent | cdc90f92a5e0702a60b7e114205a29b8e7d9d4cd (diff) | |
download | gcc-9016166fb6f03fad09e388a05ca0746f3ffaa952.tar.gz |
Simplify translate_clast_* methods
2009-11-23 Tobias Grosser <grosser@fim.uni-passau.de>
* graphite-clast-to-gimple.c (translate_clast_user,
translate_clast_for, translate_clast_guard): Simplify and move common
elements to translate_clast().
(translate_clast): Simplify and get common elements.
From-SVN: r154847
Diffstat (limited to 'gcc/ChangeLog.graphite')
-rw-r--r-- | gcc/ChangeLog.graphite | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite index 7de3ce2e15b..49c11b23a39 100644 --- a/gcc/ChangeLog.graphite +++ b/gcc/ChangeLog.graphite @@ -1,6 +1,13 @@ 2009-11-23 Tobias Grosser <grosser@fim.uni-passau.de> * graphite-clast-to-gimple.c (translate_clast_user, + translate_clast_for, translate_clast_guard): Simplify and move common + elements to translate_clast(). + (translate_clast): Simplify and get common elements. + +2009-11-23 Tobias Grosser <grosser@fim.uni-passau.de> + + * graphite-clast-to-gimple.c (translate_clast_user, translate_clast_for, translate_clast_guard): Split out of translate_clast. |