summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llvm-dis.pod
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2007-07-09 11:24:05 +0000
committerGabor Greif <ggreif@gmail.com>2007-07-09 11:24:05 +0000
commit6c0bda829ee0e8076b263d0587d71255689434db (patch)
treea6a2d27c6293de8e504f9376e891cc7ab3d62c37 /llvm/docs/CommandGuide/llvm-dis.pod
parent7671b99aa048ded9d518e3f1c5460cac6ef7555e (diff)
downloadbcm5719-llvm-6c0bda829ee0e8076b263d0587d71255689434db.tar.gz
bcm5719-llvm-6c0bda829ee0e8076b263d0587d71255689434db.zip
eliminated all references to 'bytecode' from .pod files
llvm-svn: 38452
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-dis.pod')
-rw-r--r--llvm/docs/CommandGuide/llvm-dis.pod2
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.
OpenPOWER on IntegriCloud