summaryrefslogtreecommitdiff
path: root/gcc/c-gimplify.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-gimplify.c')
-rw-r--r--gcc/c-gimplify.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-gimplify.c b/gcc/c-gimplify.c
index 49b3a671b75..9934c2feac5 100644
--- a/gcc/c-gimplify.c
+++ b/gcc/c-gimplify.c
@@ -142,7 +142,7 @@ c_genericize (tree fndecl)
if (dump_file)
{
fprintf (dump_file, "\n;; Function %s",
- (*lang_hooks.decl_printable_name) (fndecl, 2));
+ lang_hooks.decl_printable_name (fndecl, 2));
fprintf (dump_file, " (%s)\n",
IDENTIFIER_POINTER (DECL_ASSEMBLER_NAME (fndecl)));
fprintf (dump_file, ";; enabled by -%s\n", dump_flag_name (TDI_original));