diff options
author | Chris Lattner <sabre@nondot.org> | 2005-05-13 20:03:17 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-05-13 20:03:17 +0000 |
commit | 2d542fc8c0550c9b33dbc19ec5f112b795f18cc4 (patch) | |
tree | d83b6c83f3c74ab26d73cffcc54d08fc4aa1eebb /llvm/docs/CommandGuide/llvm-extract.pod | |
parent | 6953a6e7993c8ce4b61d9bef32cd87d0a01d1d11 (diff) | |
download | bcm5719-llvm-2d542fc8c0550c9b33dbc19ec5f112b795f18cc4.tar.gz bcm5719-llvm-2d542fc8c0550c9b33dbc19ec5f112b795f18cc4.zip |
this detail is not needed here
llvm-svn: 21966
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-extract.pod')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-extract.pod | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/docs/CommandGuide/llvm-extract.pod b/llvm/docs/CommandGuide/llvm-extract.pod index dfdea3547a7..5ffe8689f9f 100644 --- a/llvm/docs/CommandGuide/llvm-extract.pod +++ b/llvm/docs/CommandGuide/llvm-extract.pod @@ -45,15 +45,6 @@ Print a summary of command line options. Specify the output filename. If filename is "-" (the default), then B<llvm-extract> 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 |