From cae385f78cda7853d57e5fb2ec23a9cd7a045631 Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 21 Nov 2003 06:03:27 +0000 Subject: [PATCH] * doc/invoke.texi: Mention dV and dZ. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@73794 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 4 ++++ gcc/doc/invoke.texi | 6 ++++++ 2 files changed, 10 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3ed9faa..fcf12f0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2003-11-21 Kazu Hirata + * doc/invoke.texi: Mention dV and dZ. + +2003-11-21 Kazu Hirata + * doc/invoke.texi: Update dump file names. Remove de, dW, and dX. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 9fc04e1..7104b07 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. -- 2.7.4