summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llvm-prof.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-prof.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-prof.pod')
-rw-r--r--llvm/docs/CommandGuide/llvm-prof.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/CommandGuide/llvm-prof.pod b/llvm/docs/CommandGuide/llvm-prof.pod
index c8d2d311e0d..381387d7dbe 100644
--- a/llvm/docs/CommandGuide/llvm-prof.pod
+++ b/llvm/docs/CommandGuide/llvm-prof.pod
@@ -6,12 +6,12 @@ llvm-prof - print execution profile of LLVM program
=head1 SYNOPSIS
-B<llvm-prof> [I<options>] [I<bytecode file>] [I<llvmprof.out>]
+B<llvm-prof> [I<options>] [I<bitcode file>] [I<llvmprof.out>]
=head1 DESCRIPTION
The B<llvm-prof> tool reads in an F<llvmprof.out> file (which can
-optionally use a specific file with the third program argument), a bytecode file
+optionally use a specific file with the third program argument), a bitcode file
for the program, and produces a human readable report, suitable for determining
where the program hotspots are.
@@ -47,7 +47,7 @@ error.
=head1 EXIT STATUS
-B<llvm-prof> returns 1 if it cannot load the bytecode file or the profile
+B<llvm-prof> returns 1 if it cannot load the bitcode file or the profile
information. Otherwise, it exits with zero.
=head1 AUTHOR
OpenPOWER on IntegriCloud