r262181 - in /trunk/gcc: ChangeLog cgraphunit.c...

ebotcazou@gcc.gnu.org ebotcazou@gcc.gnu.org
Wed Jun 27 10:26:00 GMT 2018


Author: ebotcazou
Date: Wed Jun 27 10:26:06 2018
New Revision: 262181

URL: https://gcc.gnu.org/viewcvs?rev=262181&root=gcc&view=rev
Log:
	* gimple.h (gimple_return_retbnd): Delete.
	(gimple_return_set_retbnd): Likewise.
	* cgraphunit.c (cgraph_node::expand_thunk): Remove call to
	gimple_return_set_retbnd.
	* gimple-pretty-print.c (dump_gimple_return): Remove call to
	gimple_return_retbnd and adjust.
	* tree-inline.h (struct copy_body_data): Remove retbnd field.
	* tree-inline.c (remap_gimple_stmt): Remove handling of retbnd.
	Explicitly return NULL in a couple more cases.  Move assertion
	on debug statements and remove unreachable code.
	(reset_debug_binding): Do not test id->retbnd.
	(expand_call_inline): Do not set it.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/cgraphunit.c
    trunk/gcc/gimple-pretty-print.c
    trunk/gcc/gimple.h
    trunk/gcc/tree-inline.c
    trunk/gcc/tree-inline.h



More information about the Gcc-cvs mailing list