diff options
Diffstat (limited to 'gcc/params.def')
-rw-r--r-- | gcc/params.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/params.def b/gcc/params.def index 2ad1eb69753..c9ae99bd688 100644 --- a/gcc/params.def +++ b/gcc/params.def @@ -201,7 +201,7 @@ DEFPARAM(PARAM_INLINE_UNIT_GROWTH, DEFPARAM(PARAM_INLINE_CALL_COST, "inline-call-cost", "expense of call operation relative to ordinary arithmetic operations", - 16, 0, 0) + 12, 0, 0) DEFPARAM(PARAM_LARGE_STACK_FRAME, "large-stack-frame", "The size of stack frame to be considered large", |