diff options
Diffstat (limited to 'gcc/print-rtl-function.c')
-rw-r--r-- | gcc/print-rtl-function.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/print-rtl-function.c b/gcc/print-rtl-function.c index ac8963e..55edb7e 100644 --- a/gcc/print-rtl-function.c +++ b/gcc/print-rtl-function.c @@ -227,7 +227,7 @@ print_rtx_function (FILE *outfile, function *fn, bool compact) tree fdecl = fn->decl; - const char *dname = lang_hooks.decl_printable_name (fdecl, 2); + const char *dname = lang_hooks.decl_printable_name (fdecl, 1); fprintf (outfile, "(function \"%s\"\n", dname); |