diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-dis.pod')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-dis.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-dis.pod b/llvm/docs/CommandGuide/llvm-dis.pod index 3fafbf2edab..8df382d2e9c 100644 --- a/llvm/docs/CommandGuide/llvm-dis.pod +++ b/llvm/docs/CommandGuide/llvm-dis.pod @@ -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. |