* ipa.c (cgraph_postorder): Cast according to the coding conventions.
authortneumann <tneumann@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 30 Jun 2007 10:52:30 +0000 (10:52 +0000)
committertneumann <tneumann@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 30 Jun 2007 10:52:30 +0000 (10:52 +0000)
commitcda6870fc00cbd490d382b7acb34713138411281
tree8419d77742232e2a832b7b3fc66904637698ca40
parent2504c5e1b1ddaeb7f352255a9cff79f0aa26270f
* ipa.c (cgraph_postorder): Cast according to the coding conventions.
(cgraph_remove_unreachable_nodes): Likewise.
* ipa-cp.c (ipcp_propagate_stage): Use BOTTOM instead of integer 0.
* ipa-inline.c (update_caller_keys): Cast according to the coding
conventions.
(cgraph_decide_recursive_inlining): Likewise.
(cgraph_decide_inlining_of_small_function): Likewise.
(try_inline): Likewise.
(cgraph_decide_inlining_incrementally): Likewise.
* ipa-pure-const.c (get_function_state): Likewise.
(scan_function): Likewise.
(analyze_function): Likewise.
  (static_execute): Likewise.
* gcc/ipa-reference.c (scan_for_static_refs): Likewise.
(merge_callee_local_info): Likewise.
(analyze_function): Use type safe memory macros.
(static_execute): Likewise. Cast according to the coding conventions.
* ipa-type-escape.c (scan_for_regs): Cast according to the coding
conventions.
* ipa-utils.c (searchc): Likewise. Avoid using C++ keywords as variable
names.
(ipa_utils_reduced_inorder): Likewise. Use type safe memory macros.
* ipa-utils.h (struct ipa_dfa_info): Avoid using C++ keywords as
variable names.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126140 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/ipa-cp.c
gcc/ipa-inline.c
gcc/ipa-pure-const.c
gcc/ipa-reference.c
gcc/ipa-type-escape.c
gcc/ipa-utils.c
gcc/ipa-utils.h
gcc/ipa.c