c-common.h, [...]: Rename genrtl_decl_cleanup to genrtl_cleanup_stmt.
authorChris Lattner <sabre@nondot.org>
Sun, 20 Apr 2003 22:58:28 +0000 (22:58 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Sun, 20 Apr 2003 22:58:28 +0000 (22:58 +0000)
commitb39b80844883d0de4d19d90c35f11d78887280fe
tree0a33124dc762c4ee57d2b231808b74633dac37de
parent3bd417a700334135c711990366ffef1e2fc8630b
c-common.h, [...]: Rename genrtl_decl_cleanup to genrtl_cleanup_stmt.

* c-common.h, c-semantics.c: Rename genrtl_decl_cleanup to
genrtl_cleanup_stmt.  Correct comment at head of
genrtl_cleanup_stmt (no such thing as a DECL_CLEANUP).

* stmt.c (struct nesting): Kill n_function_calls.
(expand_start_bindings): Don't set
thisblock->data.block.n_function_calls.
(expand_end_bindings): Compare function_call_count against 0.
(expand_cleanups): Kill DONT_DO argument; all callers passed
NULL_TREE. All callers updated to match.

Co-Authored-By: Zack Weinberg <zack@codesourcery.com>
From-SVN: r65869
gcc/ChangeLog
gcc/c-common.h
gcc/c-semantics.c
gcc/stmt.c