Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(249)

Unified Diff: tree-profile.c

Issue 8211043: [google] Add option to emit mapping between module/function id and function name Base URL: svn+ssh://gcc.gnu.org/svn/gcc/branches/google/gcc-4_7/gcc/
Patch Set: Created 11 years ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « coverage.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tree-profile.c
===================================================================
--- tree-profile.c (revision 197266)
+++ tree-profile.c (working copy)
@@ -1557,6 +1557,9 @@ tree_profiling (void)
/* Re-set global shared temporary variable for edge-counters. */
gcov_type_tmp_var = NULL_TREE;
+ if (flag_emit_function_names)
+ emit_function_name ();
+
/* Local pure-const may imply need to fixup the cfg. */
if (execute_fixup_cfg () & TODO_cleanup_cfg)
cleanup_tree_cfg ();
« no previous file with comments | « coverage.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b