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 | 4abf2fe81a943f0a8c7d1d20ba6f810e05b9e6ab (patch) | |
tree | 29bbc92961001d3c1b1ca28dd0ba5feae532960d /docs | |
parent | 1e6df2e6d0decde607945132102771dcf5408812 (diff) | |
download | external_llvm-4abf2fe81a943f0a8c7d1d20ba6f810e05b9e6ab.zip external_llvm-4abf2fe81a943f0a8c7d1d20ba6f810e05b9e6ab.tar.gz external_llvm-4abf2fe81a943f0a8c7d1d20ba6f810e05b9e6ab.tar.bz2 |
this detail is not needed here
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21966 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CommandGuide/llvm-extract.pod | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/CommandGuide/llvm-extract.pod b/docs/CommandGuide/llvm-extract.pod index dfdea35..5ffe868 100644 --- a/docs/CommandGuide/llvm-extract.pod +++ b/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 |