diff options
author | Sebastian Pop <sebastian.pop@amd.com> | 2010-08-11 20:24:38 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2010-08-11 20:24:38 +0000 |
commit | 14d0e129cccf5a3aaec486d19a5a2942c882f904 (patch) | |
tree | e2bde514c032c54517e50a6d3f9a7a5e4b42082d /gcc/graphite-clast-to-gimple.h | |
parent | d1ba0721a18ce4996160dfa3fb042fe51114b63c (diff) | |
download | gcc-14d0e129cccf5a3aaec486d19a5a2942c882f904.zip gcc-14d0e129cccf5a3aaec486d19a5a2942c882f904.tar.gz gcc-14d0e129cccf5a3aaec486d19a5a2942c882f904.tar.bz2 |
Remove rename_nb_iterations and rename_sese_parameters
2010-06-12 Sebastian Pop <sebastian.pop@amd.com>
* graphite-clast-to-gimple.c (gloog): Do not pass scops in parameter.
Remove calls to rename_nb_iterations and rename_sese_parameters.
* graphite-clast-to-gimple.h (gloog): Update declaration.
* graphite.c (graphite_transform_loops): Update call to gloog.
* sese.c (rename_variables_in_expr): Removed.
(rename_nb_iterations): Removed.
(rename_sese_parameters): Removed.
* sese.h (rename_nb_iterations): Removed.
(rename_sese_parameters): Removed.
From-SVN: r163119
Diffstat (limited to 'gcc/graphite-clast-to-gimple.h')
-rw-r--r-- | gcc/graphite-clast-to-gimple.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graphite-clast-to-gimple.h b/gcc/graphite-clast-to-gimple.h index f6557f6..c90cfc0 100644 --- a/gcc/graphite-clast-to-gimple.h +++ b/gcc/graphite-clast-to-gimple.h @@ -36,7 +36,7 @@ typedef struct bb_pbb_def poly_bb_p pbb; }bb_pbb_def; -extern bool gloog (scop_p, VEC (scop_p, heap) *, htab_t); +extern bool gloog (scop_p, htab_t); extern cloog_prog_clast scop_to_clast (scop_p); extern void debug_clast_stmt (struct clast_stmt *); extern void print_clast_stmt (FILE *, struct clast_stmt *); |