aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely@redhat.com>2019-04-10 15:55:01 +0100
committerJonathan Wakely <redi@gcc.gnu.org>2019-04-10 15:55:01 +0100
commita7f8aa3ee7ed60fdf37d3e2557389504f5a8a5f0 (patch)
treee3d99c3ef524fe3ea24dbd0971f909bd70ac38d2 /gcc/doc
parent9cadd6bd4d8d68688d30915716b65dc98eb535ac (diff)
downloadgcc-a7f8aa3ee7ed60fdf37d3e2557389504f5a8a5f0.zip
gcc-a7f8aa3ee7ed60fdf37d3e2557389504f5a8a5f0.tar.gz
gcc-a7f8aa3ee7ed60fdf37d3e2557389504f5a8a5f0.tar.bz2
Change wording of -fipa-icf documentation
* doc/invoke.texi (Optimize Options): Change "Nevertheless" to "Although" in -fipa-icf documentation. From-SVN: r270260
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/invoke.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 73a7789..755b9f7 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -9359,7 +9359,7 @@ The optimization reduces code size and may disturb unwind stacks by replacing
a function by equivalent one with a different name. The optimization works
more effectively with link-time optimization enabled.
-Nevertheless the behavior is similar to Gold Linker ICF optimization, GCC ICF
+Although the behavior is similar to the Gold Linker's ICF optimization, GCC ICF
works on different levels and thus the optimizations are not same - there are
equivalences that are found only by GCC and equivalences found only by Gold.