From: Jan Hubicka Date: Wed, 21 Feb 2018 20:11:15 +0000 (+0100) Subject: * ipa-cp.c (determine_versionability): Fix comment typos. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5d4991da5c47c3deaa2cd444002ad62cb74c3586;p=gcc.git * ipa-cp.c (determine_versionability): Fix comment typos. From-SVN: r257878 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2bc276eb9f2..2905e18e599 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2018-02-21 Jan Hubicka + + * ipa-cp.c (determine_versionability): Fix comment typos. + 2018-02-21 Jan Hubicka PR c/84229 diff --git a/gcc/ipa-cp.c b/gcc/ipa-cp.c index 182dc498364..ee41a8d55b7 100644 --- a/gcc/ipa-cp.c +++ b/gcc/ipa-cp.c @@ -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;