* ipa-cp.c (determine_versionability): Fix comment typos.
authorJan Hubicka <hubicka@ucw.cz>
Wed, 21 Feb 2018 20:11:15 +0000 (21:11 +0100)
committerJan Hubicka <hubicka@gcc.gnu.org>
Wed, 21 Feb 2018 20:11:15 +0000 (20:11 +0000)
From-SVN: r257878

gcc/ChangeLog
gcc/ipa-cp.c

index 2bc276eb9f2140d7aeae2abf858a3947475ae897..2905e18e59995b763fb1bdc52a3fee5edccdf404 100644 (file)
@@ -1,3 +1,7 @@
+2018-02-21  Jan Hubicka  <hubicka@ucw.cz>
+
+       * ipa-cp.c (determine_versionability): Fix comment typos.
+
 2018-02-21  Jan Hubicka  <hubicka@ucw.cz>
 
        PR c/84229
index 182dc498364a15896685eccef43b8a43e515d80d..ee41a8d55b79ad8094bc64627d97af8096c5a535 100644 (file)
@@ -631,9 +631,9 @@ determine_versionability (struct cgraph_node *node,
     }
 
   /* Functions calling BUILT_IN_VA_ARG_PACK and BUILT_IN_VA_ARG_PACK_LEN
-     works only when inlined.  Cloning them may still lead to better code
-     becuase ipa-cp will not give up on cloning further.  If the function is
-     external this however leads to wrong code becuase we may end up producing
+     work only when inlined.  Cloning them may still lead to better code
+     because ipa-cp will not give up on cloning further.  If the function is
+     external this however leads to wrong code because we may end up producing
      offline copy of the function.  */
   if (DECL_EXTERNAL (node->decl))
     for (cgraph_edge *edge = node->callees; !reason && edge;