aboutsummaryrefslogtreecommitdiff
path: root/docs/CommandGuide/llvm-dis.pod
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-05-13 20:04:33 +0000
committerChris Lattner <sabre@nondot.org>2005-05-13 20:04:33 +0000
commita6bf38a8fc6869e8766fddc51eab3f349269a133 (patch)
tree98ebf7743a29504acc8a626256a9309dc433f2fe /docs/CommandGuide/llvm-dis.pod
parent4abf2fe81a943f0a8c7d1d20ba6f810e05b9e6ab (diff)
these don't use passes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21967 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide/llvm-dis.pod')
-rw-r--r--docs/CommandGuide/llvm-dis.pod5
1 files changed, 0 insertions, 5 deletions
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