r255206 - in /branches/gimple-linterchange/gcc:...

amker@gcc.gnu.org amker@gcc.gnu.org
Tue Nov 28 15:39:00 GMT 2017


Author: amker
Date: Tue Nov 28 15:39:57 2017
New Revision: 255206

URL: https://gcc.gnu.org/viewcvs?rev=255206&root=gcc&view=rev
Log:
2017-11-28  Bin Cheng  <bin.cheng@arm.com>

	* tree-ssa-dce.c (simple_dce_from_worklist): Move and rename from
	tree-ssa-pre.c::remove_dead_inserted_code.
	* tree-ssa-dce.h: New file.
	* tree-ssa-pre.c (tree-ssa-dce.h): Include new header file.
	(remove_dead_inserted_code): Move and rename to function
	tree-ssa-dce.c::simple_dce_from_worklist.
	(pass_pre::execute): Update use.


Added:
    branches/gimple-linterchange/gcc/tree-ssa-dce.h
Modified:
    branches/gimple-linterchange/gcc/tree-ssa-dce.c
    branches/gimple-linterchange/gcc/tree-ssa-pre.c



More information about the Gcc-cvs mailing list