From 84d1922f0ddddf82005670ed27c12a3535a16ceb Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Sat, 28 May 2016 01:03:36 +0000 Subject: [docs] Be a bit more precise. llvm-svn: 271083 --- llvm/docs/CommandGuide/llvm-profdata.rst | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'llvm/docs/CommandGuide/llvm-profdata.rst') 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) -- cgit v1.2.3