Avoid duplicating loop header which leads to unnatural loops (and just seem like...
[oota-llvm.git] / docs / CommandGuide / llvm-dis.pod
index 20556fbc766e79497fb694b7f3ab835a582e26ae..8df382d2e9c0089270af23912054a63db55ae1ab 100644 (file)
@@ -11,7 +11,7 @@ B<llvm-dis> [I<options>] [I<filename>]
 =head1 DESCRIPTION
 
 The B<llvm-dis> command is the LLVM disassembler.  It takes an LLVM
-bytecode file and converts it into human-readable LLVM assembly language.
+bitcode file and converts it into human-readable LLVM assembly language.
 
 If filename is omitted or specified as C<->, B<llvm-dis> reads its
 input from standard input.
@@ -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
@@ -60,6 +55,6 @@ L<llvm-as|llvm-as>
 
 =head1 AUTHORS
 
-Maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>).
+Maintained by the LLVM Team (L<http://llvm.org>).
 
 =cut