[llvm] r271083 - [docs] Be a bit more precise.

Sean Silva via llvm-commits llvm-commits at lists.llvm.org
Fri May 27 18:03:37 PDT 2016


Author: silvas
Date: Fri May 27 20:03:36 2016
New Revision: 271083

URL: http://llvm.org/viewvc/llvm-project?rev=271083&view=rev
Log:
[docs] Be a bit more precise.

Modified:
    llvm/trunk/docs/CommandGuide/llvm-profdata.rst

Modified: llvm/trunk/docs/CommandGuide/llvm-profdata.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-profdata.rst?rev=271083&r1=271082&r2=271083&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-profdata.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-profdata.rst Fri May 27 20:03:36 2016
@@ -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)
 




More information about the llvm-commits mailing list