* doc/invoke.texi: Mention dV and dZ.
authorKazu Hirata <kazu@cs.umass.edu>
Fri, 21 Nov 2003 06:03:27 +0000 (06:03 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Fri, 21 Nov 2003 06:03:27 +0000 (06:03 +0000)
From-SVN: r73794

gcc/ChangeLog
gcc/doc/invoke.texi

index 3ed9faaad738047f54687c9d12cc1faefd219c16..fcf12f0edffd8ee837f19642fbbbc82a12538ba3 100644 (file)
@@ -1,3 +1,7 @@
+2003-11-21  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * doc/invoke.texi: Mention dV and dZ.
+
 2003-11-21  Kazu Hirata  <kazu@cs.umass.edu>
 
        * doc/invoke.texi: Update dump file names.
index 9fc04e1ca184e2d8dd18611631c47b1f4ea69d84..7104b07b0408922cf1bc5cb723bdb54f9b585e8f 100644 (file)
@@ -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.