diff options
Diffstat (limited to 'gcc/ipa-inline-transform.c')
-rw-r--r-- | gcc/ipa-inline-transform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-inline-transform.c b/gcc/ipa-inline-transform.c index 1c77e86723a..27b5458ad24 100644 --- a/gcc/ipa-inline-transform.c +++ b/gcc/ipa-inline-transform.c @@ -264,7 +264,7 @@ inline_call (struct cgraph_edge *e, bool update_original, This is done before inline plan is applied to NODE when there are still some inline clones if it. - This is neccesary because inline decisions are not really transitive + This is necessary because inline decisions are not really transitive and the other inline clones may have different bodies. */ static struct cgraph_node * |