diff options
author | Sebastian Pop <spop@gcc.gnu.org> | 2010-08-11 20:23:39 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2010-08-11 20:23:39 +0000 |
commit | 86e40af75b788f66005a514da1cf8b0988ba6345 (patch) | |
tree | 2a2e1a8e3b0b95584806b2c896da2ea5d130a963 /gcc | |
parent | 5599dea7dbacd694a407e62dd5914dbe392fc313 (diff) | |
download | gcc-86e40af75b788f66005a514da1cf8b0988ba6345.zip gcc-86e40af75b788f66005a514da1cf8b0988ba6345.tar.gz gcc-86e40af75b788f66005a514da1cf8b0988ba6345.tar.bz2 |
Fix comments and indentation.
2010-06-09 Sebastian Pop <sebastian.pop@amd.com>
* graphite-poly.h: Fix comments and indentation.
* graphite-sese-to-poly.c: Same.
(build_sese_conditions_before): Compute stmt and gbb only when needed.
* tree-chrec.c: Fix comments and indentation.
(tree-ssa-loop-niter.c): Same.
From-SVN: r163111
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog.graphite | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ChangeLog.graphite b/gcc/ChangeLog.graphite index db1ea30..665f146 100644 --- a/gcc/ChangeLog.graphite +++ b/gcc/ChangeLog.graphite @@ -1,3 +1,11 @@ +2010-06-09 Sebastian Pop <sebastian.pop@amd.com> + + * graphite-poly.h: Fix comments and indentation. + * graphite-sese-to-poly.c: Same. + (build_sese_conditions_before): Compute stmt and gbb only when needed. + * tree-chrec.c: Fix comments and indentation. + (tree-ssa-loop-niter.c): Same. + 2010-06-08 Tobias Grosser <grosser@fim.uni-passau.de> * refined-regions.c (create_region): Only initialize the region. |