Commit 5c9ab0a6 by Andrew Pinski Committed by Andrew Pinski

re PR other/29271 (Incorrect -fdump-rtl-sched documentation)

2006-10-28  Andrew Pinski  <andrew_pinski@playstation.sony.com>

        PR tree-opt/29271
        * doc/invoke.texi (-fdump-rtl-sched2) Fix file extension number.
        (-fdump-rtl-sched): Rename to ..
        (-fdump-rtl-sched1): here.  Also fix file extension number.

From-SVN: r118128
parent c0c1e718
2006-10-28 Andrew Pinski <andrew_pinski@playstation.sony.com>
PR tree-opt/29271
* doc/invoke.texi (-fdump-rtl-sched2) Fix file extension number.
(-fdump-rtl-sched): Rename to ..
(-fdump-rtl-sched1): here. Also fix file extension number.
2006-10-28 Richard Guenther <rguenther@suse.de>
* fold-const.c (maybe_canonicalize_comparison): Fix code
......
......@@ -3935,7 +3935,7 @@ Dump after RTL generation, to @file{@var{file}.104r.expand}.
@itemx -fdump-rtl-sched2
@opindex dR
@opindex fdump-rtl-sched2
Dump after the second scheduling pass, to @file{@var{file}.150r.sched2}.
Dump after the second scheduling pass, to @file{@var{file}.149r.sched2}.
@item -ds
@itemx -fdump-rtl-cse
......@@ -3945,10 +3945,10 @@ Dump after CSE (including the jump optimization that sometimes follows
CSE), to @file{@var{file}.113r.cse}.
@item -dS
@itemx -fdump-rtl-sched
@itemx -fdump-rtl-sched1
@opindex dS
@opindex fdump-rtl-sched
Dump after the first scheduling pass, to @file{@var{file}.21.sched}.
@opindex fdump-rtl-sched1
Dump after the first scheduling pass, to @file{@var{file}.136r.sched1}.
@item -dt
@itemx -fdump-rtl-cse2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment