diff options
author | Roman Gareev <gareevroman@gmail.com> | 2014-06-29 11:29:18 +0000 |
---|---|---|
committer | Roman Gareev <romangareev@gcc.gnu.org> | 2014-06-29 11:29:18 +0000 |
commit | db72d6061893ef8d127758474a79e2833bd3eef1 (patch) | |
tree | d243f2e16ecfa112a40198a739f03c874ee350ab /gcc/graphite.c | |
parent | f8d0f47bbb21c1c1ad9012201ecce9808933fddb (diff) | |
download | gcc-db72d6061893ef8d127758474a79e2833bd3eef1.zip gcc-db72d6061893ef8d127758474a79e2833bd3eef1.tar.gz gcc-db72d6061893ef8d127758474a79e2833bd3eef1.tar.bz2 |
graphite-clast-to-gimple.c: gloog is renamed to graphite_regenerate_ast_cloog.
gcc/
* graphite-clast-to-gimple.c:
gloog is renamed to graphite_regenerate_ast_cloog.
gloog_error is renamed to graphite_regenerate_error.
* graphite-clast-to-gimple.h:
The definition of the struct bb_pbb_def is moved to graphite-htab.h.
Add inclusion of the hash-table.h.
* graphite-htab.h:
The declaration of the function gloog is moved
to graphite-clast-to-gimple.h and renamed to
graphite_regenerate_ast_cloog.
* graphite.c (graphite_transform_loops):
gloog is renamed to graphite_regenerate_ast_cloog.
From-SVN: r212121
Diffstat (limited to 'gcc/graphite.c')
-rw-r--r-- | gcc/graphite.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/graphite.c b/gcc/graphite.c index 5d1e870..16f154c 100644 --- a/gcc/graphite.c +++ b/gcc/graphite.c @@ -299,7 +299,7 @@ graphite_transform_loops (void) if (POLY_SCOP_P (scop) && apply_poly_transforms (scop) - && gloog (scop, &bb_pbb_mapping)) + && graphite_regenerate_ast_cloog (scop, &bb_pbb_mapping)) need_cfg_cleanup_p = true; } |