these don't use passes
authorChris Lattner <sabre@nondot.org>
Fri, 13 May 2005 20:04:33 +0000 (20:04 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 13 May 2005 20:04:33 +0000 (20:04 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21967 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/llvm-as.pod
docs/CommandGuide/llvm-dis.pod

index fa2fa9c106680bc94156845303899169aac9202a..35e79c7c3bc40fca80367e9efba9f025096fe264 100644 (file)
@@ -59,15 +59,6 @@ Print a summary of command line options.
 Specify the output file name.  If F<filename> is C<->, then B<llvm-as>
 sends its output to standard output.
 
-=item B<--stats>
-
-Print statistics.
-
-=item B<--time-passes>
-
-Record the amount of time needed for each pass and print it to standard
-error.
-
 =back
 
 =head1 EXIT STATUS
index 20556fbc766e79497fb694b7f3ab835a582e26ae..0b6641a3496a94e20cff1af52f4e2f505f88408c 100644 (file)
@@ -42,11 +42,6 @@ Print a summary of command line options.
 Specify the output file name.  If F<filename> is -, then the output is sent
 to standard output.
 
-=item B<-time-passes>
-
-Record the amount of time needed for each pass and print it to standard
-error.
-
 =back
 
 =head1 EXIT STATUS