Rename gimple_bb to gimple_poly_bb
authorAditya Kumar <aditya.k7@samsung.com>
Thu, 1 Oct 2015 22:04:14 +0000 (22:04 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Thu, 1 Oct 2015 22:04:14 +0000 (22:04 +0000)
commit65ef70d69574433ef8a0e26e31b8af7c0bbb65de
treeb47420e2ef79e0545a5d418d9d6ea1f21496fbfa
parent6652875ffe9269a326cf7b3f17e7446079ba11d5
Rename gimple_bb to gimple_poly_bb

Renaming gimple_bb to gimple_poly_bb because there is a function gimple_bb
by the same name in gimple.h. No functional change intended.
Passes regtest and bootstrap.

gcc/ChangeLog:

2015-10-01  Aditya Kumar  <hiraditya@msn.com>

        * graphite-isl-ast-to-gimple.c (class translate_isl_ast_to_gimple):
Renamed type from gimple_bb_p to gimple_poly_bb_p.
        (translate_isl_ast_node_user): Same.
        * graphite-poly.c (new_poly_bb): Same.
        * graphite-poly.h (gbb_from_bb): Same.
        * sese.h: Same.
        * graphite-sese-to-poly.c (new_gimple_bb): gimple_bb_p -> gimple_poly_bb_p
        (build_scop_scattering): Same.
        (find_params_in_bb): Same.
        (add_conditions_to_domain): Same.
        (sese_dom_walker::before_dom_children): Same.
        (analyze_drs_in_stmts): Same.
        (new_pbb_from_pbb): Same.
        (free_data_refs_aux): New pointer to type base_alias_pair.
        * graphite-sese-to-poly.h: Same.
        * sese.c (if_region_set_false_region): Fixed Indentation.
        (move_sese_in_condition): Same.

From-SVN: r228358
gcc/ChangeLog
gcc/graphite-isl-ast-to-gimple.c
gcc/graphite-poly.c
gcc/graphite-poly.h
gcc/graphite-sese-to-poly.c
gcc/graphite-sese-to-poly.h
gcc/sese.c
gcc/sese.h