summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llvm-profdata.rst
diff options
context:
space:
mode:
authorSean Silva <chisophugis@gmail.com>2016-05-28 01:03:36 +0000
committerSean Silva <chisophugis@gmail.com>2016-05-28 01:03:36 +0000
commit84d1922f0ddddf82005670ed27c12a3535a16ceb (patch)
treeead212b07035f935e4fbe9cfe6d0d276dd634ec7 /llvm/docs/CommandGuide/llvm-profdata.rst
parent1ff389a7bf440aca8af873db5c506a100b8ed75a (diff)
downloadbcm5719-llvm-84d1922f0ddddf82005670ed27c12a3535a16ceb.tar.gz
bcm5719-llvm-84d1922f0ddddf82005670ed27c12a3535a16ceb.zip
[docs] Be a bit more precise.
llvm-svn: 271083
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-profdata.rst')
-rw-r--r--llvm/docs/CommandGuide/llvm-profdata.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/llvm/docs/CommandGuide/llvm-profdata.rst b/llvm/docs/CommandGuide/llvm-profdata.rst
index 7f647ef1c47..12f2771bd00 100644
--- a/llvm/docs/CommandGuide/llvm-profdata.rst
+++ b/llvm/docs/CommandGuide/llvm-profdata.rst
@@ -59,10 +59,11 @@ OPTIONS
.. option:: -weighted-input=weight,filename
- Specify an input file name along with a weight. The profile counts of the input
- file will be scaled (multiplied) by the supplied ``weight``, where where ``weight``
- is a decimal integer >= 1. Input files specified without using this option are
- assigned a default weight of 1. Examples are shown below.
+ Specify an input file name along with a weight. The profile counts of the
+ supplied ``filename`` will be scaled (multiplied) by the supplied
+ ``weight``, where where ``weight`` is a decimal integer >= 1.
+ Input files specified without using this option are assigned a default
+ weight of 1. Examples are shown below.
.. option:: -instr (default)
OpenPOWER on IntegriCloud