summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
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
commit9b3e5950b20ac364d2c5e7863b3f85412bdf624a (patch)
treebc654117bc9080cdbf81e3f6cc9accfa7c560c8a /llvm/docs/CommandGuide
parent2d542fc8c0550c9b33dbc19ec5f112b795f18cc4 (diff)
downloadbcm5719-llvm-9b3e5950b20ac364d2c5e7863b3f85412bdf624a.tar.gz
bcm5719-llvm-9b3e5950b20ac364d2c5e7863b3f85412bdf624a.zip
these don't use passes
llvm-svn: 21967
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/llvm-as.pod9
-rw-r--r--llvm/docs/CommandGuide/llvm-dis.pod5
2 files changed, 0 insertions, 14 deletions
diff --git a/llvm/docs/CommandGuide/llvm-as.pod b/llvm/docs/CommandGuide/llvm-as.pod
index fa2fa9c1066..35e79c7c3bc 100644
--- a/llvm/docs/CommandGuide/llvm-as.pod
+++ b/llvm/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/llvm/docs/CommandGuide/llvm-dis.pod b/llvm/docs/CommandGuide/llvm-dis.pod
index 20556fbc766..0b6641a3496 100644
--- a/llvm/docs/CommandGuide/llvm-dis.pod
+++ b/llvm/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
OpenPOWER on IntegriCloud