* gimple.h (gimple_return_retbnd): Delete.
commitcf696dea6f22b28f6bfa03a87d8cf19f4d53d435
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Jun 2018 10:26:06 +0000 (27 10:26 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 27 Jun 2018 10:26:06 +0000 (27 10:26 +0000)
tree403b740f71ddce039cf19e3d7a3abbf59d6a183d
parentbab25aa442ce33e1a6e8dd77a000a7482e1d8d2c
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@262181 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/cgraphunit.c
gcc/gimple-pretty-print.c
gcc/gimple.h
gcc/tree-inline.c
gcc/tree-inline.h