From: Kazu Hirata Date: Fri, 21 Nov 2003 06:03:27 +0000 (+0000) Subject: * doc/invoke.texi: Mention dV and dZ. X-Git-Tag: releases/gcc-3.4.0~2180 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9313cfddf9b1c7f3b9c6e19815fdfa37ec1a5b43;p=thirdparty%2Fgcc.git * doc/invoke.texi: Mention dV and dZ. From-SVN: r73794 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3ed9faaad738..fcf12f0edffd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-11-21 Kazu Hirata + + * doc/invoke.texi: Mention dV and dZ. + 2003-11-21 Kazu Hirata * doc/invoke.texi: Update dump file names. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 9fc04e1ca184..7104b07b0408 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -3370,12 +3370,18 @@ Dump after null pointer elimination pass to @file{@var{file}.05.null}. @item U @opindex dU Dump callgraph and unit-at-a-time optimization @file{@var{file}.00.unit}. +@item V +@opindex dV +Dump after the value profile transformations, to @file{@var{file}.13.vpt}. @item w @opindex dw Dump after the second flow pass, to @file{@var{file}.27.flow2}. @item z @opindex dz Dump after the peephole pass, to @file{@var{file}.28.peephole2}. +@item Z +@opindex dZ +Dump after constructing the web, to @file{@var{file}.17.web}. @item a @opindex da Produce all the dumps listed above.