* ipa-inline.c (inline_small_functions): Fix typo.
authorJeff Law <law@redhat.com>
Mon, 27 Jan 2014 21:00:04 +0000 (14:00 -0700)
committerJeff Law <law@gcc.gnu.org>
Mon, 27 Jan 2014 21:00:04 +0000 (14:00 -0700)
From-SVN: r207151

gcc/ChangeLog
gcc/ipa-inline.c

index 676e0a346db743801bbf5e340df26d56f4ea0399..69f8ba112be7abc9310ce3a7af6234803ef56992 100644 (file)
@@ -1,3 +1,7 @@
+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.
index 12ee84c5465fc47df7ffeb2d1243cf9cc4574eb4..5f47e0b4e1ac84f13d49bc18b947e665f9abe90f 100644 (file)
@@ -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)
     {