Fix typo in LTO documentation (PR lto/50345).

2017-04-19  Paulo J. Matos  <paulo@matos-sorge.com>

	PR lto/50345
	* doc/lto.texi: Remove an extra 'that'.

From-SVN: r246995
This commit is contained in:
Paulo Matos 2017-04-19 12:00:47 +00:00 committed by Martin Liska
parent 5249994efa
commit 0f605f729e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2017-04-19 Paulo J. Matos <paulo@matos-sorge.com>
PR lto/50345
* doc/lto.texi: Remove an extra 'that'.
2017-04-19 Segher Boessenkool <segher@kernel.crashing.org> 2017-04-19 Segher Boessenkool <segher@kernel.crashing.org>
PR rtl-optimization/80429 PR rtl-optimization/80429

View File

@ -43,7 +43,7 @@ existing build systems, as one can, for instance, produce archives of
the files. Additionally, one might be able to ship one set of fat the files. Additionally, one might be able to ship one set of fat
objects which could be used both for development and the production of objects which could be used both for development and the production of
optimized builds. A, perhaps surprising, side effect of this feature optimized builds. A, perhaps surprising, side effect of this feature
is that any mistake in the toolchain that leads to LTO information not is that any mistake in the toolchain leads to LTO information not
being used (e.g.@: an older @code{libtool} calling @code{ld} directly). being used (e.g.@: an older @code{libtool} calling @code{ld} directly).
This is both an advantage, as the system is more robust, and a This is both an advantage, as the system is more robust, and a
disadvantage, as the user is not informed that the optimization has disadvantage, as the user is not informed that the optimization has