-
- Downloads
cgraph.h (struct cgraph_node): Rename lowered to analyzed.
* cgraph.h (struct cgraph_node): Rename lowered to analyzed. * cgraphunit.c: Update to match. (record_call_1): Rearrange. Call lang hook for language nodes. (cgraph_analyze_function): Don't call lower_function. * langhooks.h (struct lang_hooks_for_callgraph): Replace lower_function with analyze_expr. * langhooks-def.h: Update to match. * langhooks.c (lhd_callgraph_analyze_expr): New. * decl2.c (cxx_callgraph_analyze_expr): New, from corpse of mark_member_pointers. (lower_function): Remove. * cp-tree.h: Update to match. * cp-lang.c (LANG_HOOKS_CALLGRAPH_ANALYZE_EXPR): New. (LANG_HOOKS_CALLGRAPH_LOWER_FUNCTION): Remove. From-SVN: r71277
Showing
- gcc/ChangeLog 11 additions, 0 deletionsgcc/ChangeLog
- gcc/cgraph.h 4 additions, 5 deletionsgcc/cgraph.h
- gcc/cgraphunit.c 60 additions, 38 deletionsgcc/cgraphunit.c
- gcc/cp/ChangeLog 9 additions, 0 deletionsgcc/cp/ChangeLog
- gcc/cp/cp-lang.c 2 additions, 2 deletionsgcc/cp/cp-lang.c
- gcc/cp/cp-tree.h 1 addition, 1 deletiongcc/cp/cp-tree.h
- gcc/cp/decl2.c 10 additions, 17 deletionsgcc/cp/decl2.c
- gcc/langhooks-def.h 6 additions, 4 deletionsgcc/langhooks-def.h
- gcc/langhooks.c 8 additions, 0 deletionsgcc/langhooks.c
- gcc/langhooks.h 4 additions, 3 deletionsgcc/langhooks.h
Loading
Please register or sign in to comment