diff options
author | xmj <xmj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-11 02:47:33 +0000 |
---|---|---|
committer | xmj <xmj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-02-11 02:47:33 +0000 |
commit | 9d320e9ee6306605676eb05d86ca0f575f44989e (patch) | |
tree | fb469e7d421bf93e96243962ab81e83f7edb3a76 /gcc/doc/lto.texi | |
parent | ed32cb3d9f1984682fd8271513813e5f6ddac9f5 (diff) | |
download | gcc-9d320e9ee6306605676eb05d86ca0f575f44989e.tar.gz |
Fix missing parentheses.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170041 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/doc/lto.texi')
-rw-r--r-- | gcc/doc/lto.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/lto.texi b/gcc/doc/lto.texi index 069dafb76e3..73fd8315658 100644 --- a/gcc/doc/lto.texi +++ b/gcc/doc/lto.texi @@ -268,7 +268,7 @@ body and variable initializer is examined and stores relevant information into a pass-specific data structure. @item @emph{Write summary} (@code{write_summary} in -@code{struct ipa_opt_pass_d}. This stage writes all the +@code{struct ipa_opt_pass_d}). This stage writes all the pass-specific information generated by @code{generate_summary}. Summaries go into their own @code{LTO_section_*} sections that have to be declared in @file{lto-streamer.h}:@code{enum |