This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Committed] Fix tree-opt/29271, incorrect docs for -fdump-rtl-sched


The problem is that -fdump-rtl-sched should really be -fdump-rtl-sched1
and the file extension numbers have not been updated for the two
sechduling passes so I updated that also.

Committed as obvious after a bootstrap/test on i686-linux-gnu.

Thanks,
Andrew Pinski

ChangeLog:

	* doc/invoke.texi (-fdump-rtl-sched2) Fix file extension number.
	(-fdump-rtl-sched): Rename to ..
	(-fdump-rtl-sched1): here.  Also fix file extension number.
Index: doc/invoke.texi
===================================================================
--- doc/invoke.texi	(revision 118110)
+++ doc/invoke.texi	(working copy)
@@ -3935,7 +3935,7 @@ Dump after RTL generation, to @file{@var
 @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 optim
 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]