From 4a087ccf224d8cc2ba2e06571cd90a18408be4be Mon Sep 17 00:00:00 2001 From: Mingjie Xing Date: Fri, 11 Feb 2011 02:47:33 +0000 Subject: Fix missing parentheses. From-SVN: r170041 --- gcc/doc/lto.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/doc/lto.texi') diff --git a/gcc/doc/lto.texi b/gcc/doc/lto.texi index 069dafb..73fd831 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 -- cgit v1.1