Commit 3e2a6e7b by Jan Hubicka

oops, wrong variant of patch.

From-SVN: r121146
parent ca32e64e
...@@ -760,8 +760,8 @@ compute_max_insns (int insns) ...@@ -760,8 +760,8 @@ compute_max_insns (int insns)
if (max_insns < PARAM_VALUE (PARAM_LARGE_UNIT_INSNS)) if (max_insns < PARAM_VALUE (PARAM_LARGE_UNIT_INSNS))
max_insns = PARAM_VALUE (PARAM_LARGE_UNIT_INSNS); max_insns = PARAM_VALUE (PARAM_LARGE_UNIT_INSNS);
return max_insns = ((HOST_WIDEST_INT) max_insns return ((HOST_WIDEST_INT) max_insns
* (100 + PARAM_VALUE (PARAM_INLINE_UNIT_GROWTH)) / 100); * (100 + PARAM_VALUE (PARAM_INLINE_UNIT_GROWTH)) / 100);
} }
/* We use greedy algorithm for inlining of small functions: /* We use greedy algorithm for inlining of small functions:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment