From: Chris Lattner Date: Fri, 13 May 2005 20:04:33 +0000 (+0000) Subject: these don't use passes X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=a6bf38a8fc6869e8766fddc51eab3f349269a133;p=oota-llvm.git these don't use passes git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21967 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CommandGuide/llvm-as.pod b/docs/CommandGuide/llvm-as.pod index fa2fa9c1066..35e79c7c3bc 100644 --- a/docs/CommandGuide/llvm-as.pod +++ b/docs/CommandGuide/llvm-as.pod @@ -59,15 +59,6 @@ Print a summary of command line options. Specify the output file name. If F is C<->, then B 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 diff --git a/docs/CommandGuide/llvm-dis.pod b/docs/CommandGuide/llvm-dis.pod index 20556fbc766..0b6641a3496 100644 --- a/docs/CommandGuide/llvm-dis.pod +++ b/docs/CommandGuide/llvm-dis.pod @@ -42,11 +42,6 @@ Print a summary of command line options. Specify the output file name. If F 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