Preparatory work before subclass renaming
commite0984523d1380b36df88f24685f4943955a95947
authorDavid Malcolm <dmalcolm@redhat.com>
Fri, 24 Oct 2014 22:26:34 +0000 (24 18:26 -0400)
committerDavid Malcolm <dmalcolm@redhat.com>
Mon, 27 Oct 2014 16:54:49 +0000 (27 12:54 -0400)
treef65fc07b8ffdc280fc2393f98e46b8ba055ec4c9
parent5c76d4dd1adf9fe70297d43e3bf9c47fa32dbb30
Preparatory work before subclass renaming

Various variables have names that confuse my subclass renaming
script.  Rename them now to simplify the mass-renaming.

gcc/ChangeLog.gimple-classes:
* tree-inline.h (struct copy_body_data): Rename field
"gimple_call" to "call_stmt".

* gimplify.c (gimplify_bind_expr): Rename local "gimple_bind" to
"bind_stmt".
(gimplify_switch_expr): Rename local "gimple_switch" to
"switch_stmt".
(gimplify_cond_expr): Rename local "gimple_cond" to "cond_stmt".
* tree-eh.c (lower_catch): Rename local "gcatch" to "catch_stmt".
* tree-inline.c (copy_bb): Update for renaming of field within
struct copy_body_data from "gimple_call" to "call_stmt".
(copy_cfg_body): Likewise.
(copy_debug_stmt): Likewise.
(expand_call_inline): Likewise.
gcc/ChangeLog.gimple-classes
gcc/gimplify.c
gcc/tree-eh.c
gcc/tree-inline.c
gcc/tree-inline.h