diff options
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-profdata.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-profdata.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llvm-profdata.rst b/llvm/docs/CommandGuide/llvm-profdata.rst index 6472320..7c99e14 100644 --- a/llvm/docs/CommandGuide/llvm-profdata.rst +++ b/llvm/docs/CommandGuide/llvm-profdata.rst @@ -94,13 +94,13 @@ OPTIONS .. option:: -sample Specify that the input profile is a sample-based profile. - + The format of the generated file can be generated in one of three ways: .. option:: -binary (default) Emit the profile using a binary encoding. For instrumentation-based profile - the output format is the indexed binary format. + the output format is the indexed binary format. .. option:: -extbinary |