diff options
author | Vedant Kumar <vsk@apple.com> | 2016-06-09 21:09:54 +0000 |
---|---|---|
committer | Vedant Kumar <vsk@apple.com> | 2016-06-09 21:09:54 +0000 |
commit | ee2ce4a50e16548cd4274e8532491cc8b06d7a8d (patch) | |
tree | 7b0014ce6a55b5473282c46834615bd8b3ad2842 /llvm/docs/CommandGuide/llvm-profdata.rst | |
parent | f718682eb944e69caaf1ca4278887bfb72382d66 (diff) | |
download | bcm5719-llvm-ee2ce4a50e16548cd4274e8532491cc8b06d7a8d.tar.gz bcm5719-llvm-ee2ce4a50e16548cd4274e8532491cc8b06d7a8d.zip |
[docs] Fix indentation for a tool option
llvm-svn: 272309
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-profdata.rst')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-profdata.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-profdata.rst b/llvm/docs/CommandGuide/llvm-profdata.rst index 2742fd3d75d..f5508b5b2b8 100644 --- a/llvm/docs/CommandGuide/llvm-profdata.rst +++ b/llvm/docs/CommandGuide/llvm-profdata.rst @@ -100,7 +100,7 @@ OPTIONS Emit the profile using GCC's gcov format (Not yet supported). - .. option:: -sparse[=true|false] +.. option:: -sparse[=true|false] Do not emit function records with 0 execution count. Can only be used in conjunction with -instr. Defaults to false, since it can inhibit compiler |