diff options
Diffstat (limited to 'gcc/calls.c')
-rw-r--r-- | gcc/calls.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/calls.c b/gcc/calls.c index ccefb54992c..43966a6f8cb 100644 --- a/gcc/calls.c +++ b/gcc/calls.c @@ -2488,8 +2488,6 @@ expand_call (tree exp, rtx target, int ignore) preferred_unit_stack_boundary = preferred_stack_boundary / BITS_PER_UNIT; - function_call_count++; - /* We want to make two insn chains; one for a sibling call, the other for a normal call. We will select one of the two chains after initial RTL generation is complete. */ |