diff options
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/llvm-as.pod | 9 | ||||
-rw-r--r-- | docs/CommandGuide/llvm-dis.pod | 5 |
2 files changed, 0 insertions, 14 deletions
diff --git a/docs/CommandGuide/llvm-as.pod b/docs/CommandGuide/llvm-as.pod index fa2fa9c106..35e79c7c3b 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<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 diff --git a/docs/CommandGuide/llvm-dis.pod b/docs/CommandGuide/llvm-dis.pod index 20556fbc76..0b6641a349 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<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 |