]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/tree-cfg.c
c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_hooks...
authorSteven Bosscher <stevenb@suse.de>
Sat, 15 May 2004 23:07:53 +0000 (23:07 +0000)
committerSteven Bosscher <steven@gcc.gnu.org>
Sat, 15 May 2004 23:07:53 +0000 (23:07 +0000)
commit673fda6b48b3d89767d6fdded61dfe41541ab8e9
tree5fdd2f53add78078e45a25262bd46f81d4cf8864
parentfb0e7ec09f246a5211b3490753989a3e5e78c481
c-gimplify.c (c_genericize): Replace calls via (*lang_hooks.foo) with lang_hooks.foo.

* c-gimplify.c (c_genericize):
Replace calls via (*lang_hooks.foo) with lang_hooks.foo.
* c-parse.in <expr_no_commas>: Likewise.
<if_prefix>: Likewise.
<select_or_iter_stmt>: Likewise.
* expr.c (expand_var, expand_expr_real_1): Likewise.
* expr.h (expand_expr): Make it a static inline function.
Move prototype for expand_expr_real up before this.
* fold-const.c (fold_relational_hi_lo, fold_relational_const):
Likewise.
* gimplify.c (gimple_boolify, gimplify_addr_expr,
gimplify_asm_expr, gimplify_expr): Likewise.
* tree-cfg.c (dump_tree_cfg, dump_cfg_stats, tree_cfg2vcg,
dump_function_to_file): Likewise.
* tree-dfa.c (dump_immediate_uses, dump_dfa_stats): Likewise.
* tree-inline.c (remap_block, save_body, walk_tree): Likewise.
* tree-into-ssa.c (dump_tree_ssa): Likewise.
* tree-mudflap.c (mf_varname_tree, mf_file_function_line_tree):
Likewise.
* tree-optimize.c (execute_one_pass): Likewise.
* tree-pretty-print.c (dump_generic_bb_buff): Likewise.
* tree-ssa-alias.c (dump_alias_stats, dump_alias_info): Likewise.

objc/
* objc-act.c (objc_build_try_enter_fragment,
objc_build_try_epilogue, objc_build_catch_stmt,
objc_build_finally_prologue): Replace calls via (*lang_hooks.foo)
with lang_hooks.foo ().

From-SVN: r81907
16 files changed:
gcc/ChangeLog
gcc/c-gimplify.c
gcc/c-parse.in
gcc/expr.c
gcc/expr.h
gcc/fold-const.c
gcc/gimplify.c
gcc/objc/objc-act.c
gcc/tree-cfg.c
gcc/tree-dfa.c
gcc/tree-inline.c
gcc/tree-into-ssa.c
gcc/tree-mudflap.c
gcc/tree-optimize.c
gcc/tree-pretty-print.c
gcc/tree-ssa-alias.c