diff options
Diffstat (limited to 'gcc/profile.c')
-rw-r--r-- | gcc/profile.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/profile.c b/gcc/profile.c index 3cdd34b..55eab8b 100644 --- a/gcc/profile.c +++ b/gcc/profile.c @@ -1108,7 +1108,6 @@ output_func_start_profiler () TREE_PUBLIC (fndecl) = 1; #endif - DECL_ASSEMBLER_NAME (fndecl) = fnname; DECL_RESULT (fndecl) = build_decl (RESULT_DECL, NULL_TREE, void_type_node); fndecl = pushdecl (fndecl); |