diff options
Diffstat (limited to 'gcc/calls.c')
-rw-r--r-- | gcc/calls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/calls.c b/gcc/calls.c index 9144653e274..10f52bb8a2e 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -2406,7 +2406,7 @@ expand_call (tree exp, rtx target, int ignore) preferred_stack_boundary = PREFERRED_STACK_BOUNDARY; if (fndecl) { - struct cgraph_rtl_info *i = cgraph_rtl_info (fndecl); + struct cgraph_rtl_info *i = cgraph_node::rtl_info (fndecl); /* Without automatic stack alignment, we can't increase preferred stack boundary. With automatic stack alignment, it is unnecessary since unless we can guarantee that all callers will |