diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-prof.pod')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-prof.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llvm-prof.pod b/llvm/docs/CommandGuide/llvm-prof.pod index 83566f0fdee..b65902077b4 100644 --- a/llvm/docs/CommandGuide/llvm-prof.pod +++ b/llvm/docs/CommandGuide/llvm-prof.pod @@ -47,8 +47,8 @@ error. =head1 EXIT STATUS -B<llvm-prof|llvm-prof> returns 1 if it cannot load the bytecode file or the -profile information. Otherwise, it exits with zero. +B<llvm-prof> returns 1 if it cannot load the bytecode file or the profile +information. Otherwise, it exits with zero. =head1 AUTHOR |