diff options
Diffstat (limited to 'gcc/function.cc')
-rw-r--r-- | gcc/function.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/function.cc b/gcc/function.cc index 5ffd438..9488181 100644 --- a/gcc/function.cc +++ b/gcc/function.cc @@ -6391,7 +6391,7 @@ fndecl_name (tree fndecl) /* Returns the name of function FN. */ const char * -function_name (struct function *fn) +function_name (const function *fn) { tree fndecl = (fn == NULL) ? NULL : fn->decl; return fndecl_name (fndecl); |