diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2010-03-13 17:35:15 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2010-03-13 17:35:15 +0000 |
commit | a5a59b11a9e81e309a742ccd58be09aa7804f02b (patch) | |
tree | 4d26361c8833755d0daa38142fbfc67001d6012d /gcc/graphite-clast-to-gimple.c | |
parent | 9d19891386c3d0a4626b6c08a4bcc7dd9f56cfb5 (diff) | |
download | gcc-a5a59b11a9e81e309a742ccd58be09aa7804f02b.zip gcc-a5a59b11a9e81e309a742ccd58be09aa7804f02b.tar.gz gcc-a5a59b11a9e81e309a742ccd58be09aa7804f02b.tar.bz2 |
Cleanup: remove FIXMEs, add new function.
2010-03-10 Sebastian Pop <sebastian.pop@amd.com>
* graphite-clast-to-gimple.c (gcc_type_for_iv_of_clast_loop): Remove
forward declaration.
* graphite-sese-to-poly.c (reduction_phi_p): Remove FIXME comment.
(add_upper_bounds_from_estimated_nit): New.
(build_loop_iteration_domains): Use it.
From-SVN: r157436
Diffstat (limited to 'gcc/graphite-clast-to-gimple.c')
-rw-r--r-- | gcc/graphite-clast-to-gimple.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/graphite-clast-to-gimple.c b/gcc/graphite-clast-to-gimple.c index 64ddbb8..377ca8b 100644 --- a/gcc/graphite-clast-to-gimple.c +++ b/gcc/graphite-clast-to-gimple.c @@ -823,9 +823,6 @@ translate_clast_user (sese region, struct clast_user_stmt *stmt, edge next_e, return next_e; } -static tree gcc_type_for_iv_of_clast_loop (struct clast_for *); - - /* Creates a new if region protecting the loop to be executed, if the execution count is zero (lb > ub). */ static edge |