Mimic gcc behaviour with regard to response files.
[oota-llvm.git] / docs / CommandGuide / llvm-prof.pod
index 8a75753b2f37c7a896fbb3e4bf26b23bd3206fbb..381387d7dbe51814b216995be87d6d818dc08374 100644 (file)
@@ -2,16 +2,16 @@
 
 =head1 NAME
 
-llvm-prof
+llvm-prof - print execution profile of LLVM program
 
 =head1 SYNOPSIS
 
-llvm-prof [options] [bytecode file] [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,12 +47,11 @@ 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
 
-B<llvm-prof> is maintained by the LLVM Team (L<http://llvm.cs.uiuc.edu>).
+B<llvm-prof> is maintained by the LLVM Team (L<http://llvm.org>).
 
 =cut
-