Commit a99be3c9 by Jeff Law Committed by Jeff Law

* ipa-inline.c (inline_small_functions): Fix typo.

From-SVN: r207151
parent d256b866
2014-01-27 Jeff Law <law@redhat.com>
* ipa-inline.c (inline_small_functions): Fix typo.
2014-01-27 Ilya Tocar <ilya.tocar@intel.com>
* config/i386/avx512fintrin.h (_mm512_mask_cvtepi32_storeu_epi8): New.
......
......@@ -1597,7 +1597,7 @@ inline_small_functions (void)
max_size = compute_max_insns (overall_size);
min_size = overall_size;
/* Populate the heeap with all edges we might inline. */
/* Populate the heap with all edges we might inline. */
FOR_EACH_DEFINED_FUNCTION (node)
{
......
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