This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [doc] document -fdce and -fdse in invoke.texi
- From: "Richard Guenther" <richard dot guenther at gmail dot com>
- To: janis187 at us dot ibm dot com
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Tue, 30 Oct 2007 23:34:14 +0100
- Subject: Re: [doc] document -fdce and -fdse in invoke.texi
- References: <1193778312.9717.10.camel@janis-laptop>
On 10/30/07, Janis Johnson <janis187@us.ibm.com> wrote:
> This patch documents options -fdce and -fdse, which were added in the
> merge of the dataflow branch. Tested with make dvi/info/html/pdf.
> OK for mainline?
Ok.
Thanks,
Richard.
> 2007-10-30 Janis Johnson <janis187@us.ibm.com>
>
> * doc/invoke.texi (Option Summary): Add -fdce and -fdse to list of
> optimization options.
> (Optimize Options): Add -fdce and -fdse to the list of optimizations
> enabled by -O. Document -fdce and -fdse.