OSDN Git Service

Rename gcc_type_for_clast_* into type_for_clast_*
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Jul 2011 22:57:19 +0000 (22:57 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Jul 2011 22:57:19 +0000 (22:57 +0000)
commit954e04988c6da7d1cb5839db341ef50f15431028
tree52f09a7dee0eef24035e8f589b789b9051e32d4b
parentbf662ce766e4942c1cd57a208deeb713f467bb10
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176601 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/graphite-clast-to-gimple.c