diff options
author | Jason Merrill <jason@gcc.gnu.org> | 2018-11-08 13:57:53 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2018-11-08 13:57:53 -0500 |
commit | ae328840503711f56c109fc0fb43c3a16323f4d6 (patch) | |
tree | 20975852aed93686d24f46b6c21f46dc3f7faa5d /gcc | |
parent | 442fcea74d0c7797fc083fa7e5543268c0ff54a6 (diff) | |
download | gcc-ae328840503711f56c109fc0fb43c3a16323f4d6.zip gcc-ae328840503711f56c109fc0fb43c3a16323f4d6.tar.gz gcc-ae328840503711f56c109fc0fb43c3a16323f4d6.tar.bz2 |
* doc/invoke.texi: Fix build.
From-SVN: r265933
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 24136eb..4ff3a150 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -14115,7 +14115,7 @@ information on callsites that were inlined, along with callsites that were not inlined. By default, the dump will contain messages about successful -optimizations (equivalent to @option {-optimized}) together with +optimizations (equivalent to @option{-optimized}) together with low-level details about the analysis. @item -fdump-lang-all |