diff options
Diffstat (limited to 'gcc/ipa-pure-const.c')
-rw-r--r-- | gcc/ipa-pure-const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-pure-const.c b/gcc/ipa-pure-const.c index 542d33a..5492349 100644 --- a/gcc/ipa-pure-const.c +++ b/gcc/ipa-pure-const.c @@ -1080,7 +1080,7 @@ ignore_edge (struct cgraph_edge *e) /* Return true if NODE is self recursive function. ??? self recursive and indirectly recursive funcions should - be the same, so this function seems unnecesary. */ + be the same, so this function seems unnecessary. */ static bool self_recursive_p (struct cgraph_node *node) |