r238749 - in /trunk/gcc: ChangeLog tree-outof-s...

tbsaunde@gcc.gnu.org tbsaunde@gcc.gnu.org
Tue Jul 26 10:44:00 GMT 2016


Author: tbsaunde
Date: Tue Jul 26 10:44:15 2016
New Revision: 238749

URL: https://gcc.gnu.org/viewcvs?rev=238749&root=gcc&view=rev
Log:
remove elim_graph typedef

gcc/ChangeLog:

2016-07-26  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

	* tree-outof-ssa.c (struct elim_graph): Remove typedef.
	(new_elim_graph): Adjust.
	(clear_elim_graph): Likewise.
	(delete_elim_graph): Likewise.
	(elim_graph_size): Likewise.
	(elim_graph_add_node): Likewise.
	(elim_graph_add_edge): Likewise.
	(elim_graph_remove_succ_edge): Likewise.
	(eliminate_name): Likewise.
	(eliminate_build): Likewise.
	(elim_forward): Likewise.
	(elim_unvisited_predecessor): Likewise.
	(elim_backward): Likewise.
	(elim_create): Likewise.
	(eliminate_phi): Likewise.
	(expand_phi_nodes): Likewise.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/tree-outof-ssa.c



More information about the Gcc-cvs mailing list