1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

[docs] Be a bit more precise.

llvm-svn: 271083
This commit is contained in:
Sean Silva 2016-05-28 01:03:36 +00:00
parent 24c4ef4e50
commit 3aeb592057

View File

@ -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)