[llvm] r272309 - [docs] Fix indentation for a tool option

Vedant Kumar via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 9 14:09:54 PDT 2016


Author: vedantk
Date: Thu Jun  9 16:09:54 2016
New Revision: 272309

URL: http://llvm.org/viewvc/llvm-project?rev=272309&view=rev
Log:
[docs] Fix indentation for a tool option

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=272309&r1=272308&r2=272309&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-profdata.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-profdata.rst Thu Jun  9 16:09:54 2016
@@ -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




More information about the llvm-commits mailing list