Rename gcc_type_for_clast_* into type_for_clast_*
authorSebastian Pop <sebastian.pop@amd.com>
Thu, 21 Jul 2011 22:57:19 +0000 (22:57 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Thu, 21 Jul 2011 22:57:19 +0000 (22:57 +0000)
commit0cdd9dcf76f043a42bd36895edd9f9655d60fe8d
tree52f09a7dee0eef24035e8f589b789b9051e32d4b
parent8aab43a09f9734632be650e404c02af8df0d5615
Rename gcc_type_for_clast_* into type_for_clast_*

2011-07-21  Sebastian Pop  <sebastian.pop@amd.com>

* graphite-clast-to-gimple.c (gcc_type_for_interval): Renamed
type_for_interval.
(gcc_type_for_value): Renamed type_for_value.
(gcc_type_for_clast_term): Renamed type_for_clast_term.
(gcc_type_for_clast_expr): Renamed type_for_clast_expr.
(gcc_type_for_clast_red): Renamed type_for_clast_red.
(gcc_type_for_clast_bin): Renamed type_for_clast_bin.
(gcc_type_for_clast_eq): Renamed type_for_clast_eq.
(graphite_translate_clast_equation): Update calls.
(compute_type_for_level): Renamed type_for_level.
(gcc_type_for_iv_of_clast_loop): Renamed type_for_clast_for.
(build_iv_mapping): Update calls.
(graphite_create_new_loop_guard): Same.

From-SVN: r176601
gcc/ChangeLog
gcc/graphite-clast-to-gimple.c