tree-ssa-ter.c: remove typedefs that hide pointerness
authorTrevor Saunders <tbsaunde+gcc@tbsaunde.org>
Sun, 13 Sep 2015 16:54:32 +0000 (16:54 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Sun, 13 Sep 2015 16:54:32 +0000 (16:54 +0000)
commit09a23476dfc4ea56adc24faf73198781cd755057
tree03b1465448078cea29e826641bda7de0a8f97cfc
parent2d5b3f6e54c8439baf3123ab9cb24946e59e7032
tree-ssa-ter.c: remove typedefs that hide pointerness

gcc/ChangeLog:

2015-09-13  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

* tree-ssa-ter.c (temp_expr_table_d): Rename to temp_expr_table
and remove typedef.
(new_temp_expr_table): Adjust.
(free_temp_expr_table): Likewise.
(version_to_be_replaced_p): Likewise.
(make_dependent_on_partition): Likewise.
(add_to_partition_kill_list): Likewise.
(remove_from_partition_kill_list): Likewise.
(add_dependence): Likewise.
(finished_with_expr): Likewise.
(process_replaceable): Likewise.
(kill_expr): Likewise.
(kill_virtual_exprs): Likewise.
(mark_replaceable): Likewise.
(find_replaceable_in_bb): Likewise.
(find_replaceable_exprs): Likewise.
(debug_ter): Likewise.

From-SVN: r227723
gcc/ChangeLog
gcc/tree-ssa-ter.c