summaryrefslogtreecommitdiffstats
path: root/gcc/function.c
diff options
context:
space:
mode:
authorsteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-03 19:58:40 +0000
committersteven <steven@138bc75d-0d04-0410-961f-82ee72b054a4>2004-01-03 19:58:40 +0000
commit500c0c93ed630557b2462f87ae3662ee87e0d37c (patch)
tree3d686174201329a100ae99ae55e9028cf9b316c6 /gcc/function.c
parent325d776d57cef6fdd6265a9b9b7424ad57f7c279 (diff)
downloadppe42-gcc-500c0c93ed630557b2462f87ae3662ee87e0d37c.tar.gz
ppe42-gcc-500c0c93ed630557b2462f87ae3662ee87e0d37c.zip
Fix messed up accidental commit.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@75368 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/function.c')
-rw-r--r--gcc/function.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/function.c b/gcc/function.c
index 1da182af4dc..30ede39ef02 100644
--- a/gcc/function.c
+++ b/gcc/function.c
@@ -6408,6 +6408,8 @@ allocate_struct_function (tree fndecl)
DECL_SAVED_INSNS (fndecl) = cfun;
cfun->decl = fndecl;
+ current_function_name = (*lang_hooks.decl_printable_name) (fndecl, 2);
+
result = DECL_RESULT (fndecl);
if (aggregate_value_p (result, fndecl))
{
OpenPOWER on IntegriCloud