Change wording of -fipa-icf documentation
authorJonathan Wakely <jwakely@redhat.com>
Wed, 10 Apr 2019 14:55:01 +0000 (15:55 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 10 Apr 2019 14:55:01 +0000 (15:55 +0100)
* doc/invoke.texi (Optimize Options): Change "Nevertheless" to
"Although" in -fipa-icf documentation.

From-SVN: r270260

gcc/ChangeLog
gcc/doc/invoke.texi

index 6249828a73abdc1539ba36755747355ef9713a84..0219ddb8b02bbc9963ec5052d79ef8ed50bc90e8 100644 (file)
@@ -1,5 +1,8 @@
 2019-04-10  Jonathan Wakely  <jwakely@redhat.com>
 
+       * doc/invoke.texi (Optimize Options): Change "Nevertheless" to
+       "Although" in -fipa-icf documentation.
+
        * doc/invoke.texi (Debugging Options): Explicitly state the semantics
        of using multiple -g options.
 
index 73a7789d879b8a73e66659c4698e485b2dd796fd..755b9f754a113204776f5751126f9625ca88a5d6 100644 (file)
@@ -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.