public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] Change wording of -fipa-icf documentation
@ 2019-04-10 15:19 Jonathan Wakely
  0 siblings, 0 replies; only message in thread
From: Jonathan Wakely @ 2019-04-10 15:19 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 176 bytes --]

	* doc/invoke.texi (Optimize Options): Change "Nevertheless" to
	"Although" in -fipa-icf documentation.

THe old wording doesn't make sense, so committed to trunk as obvious.


[-- Attachment #2: patch.txt --]
[-- Type: text/plain, Size: 1008 bytes --]

commit a2a452bc8191a7ec0ec910a44484c1aab89154d6
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Wed Apr 10 15:49:50 2019 +0100

    Change wording of -fipa-icf documentation
    
            * doc/invoke.texi (Optimize Options): Change "Nevertheless" to
            "Although" in -fipa-icf documentation.

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 73a7789d879..755b9f754a1 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.
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-10 14:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-10 15:19 [PATCH] Change wording of -fipa-icf documentation Jonathan Wakely

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).