[llvm] r334976 - [docs] Fix indentation of llvm-exegesis command line arguments

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 18 13:05:02 PDT 2018


Author: rksimon
Date: Mon Jun 18 13:05:02 2018
New Revision: 334976

URL: http://llvm.org/viewvc/llvm-project?rev=334976&view=rev
Log:
[docs] Fix indentation of llvm-exegesis command line arguments

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

Modified: llvm/trunk/docs/CommandGuide/llvm-exegesis.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-exegesis.rst?rev=334976&r1=334975&r2=334976&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-exegesis.rst (original)
+++ llvm/trunk/docs/CommandGuide/llvm-exegesis.rst Mon Jun 18 13:05:02 2018
@@ -149,7 +149,7 @@ OPTIONS
  Specify the number of repetitions of the asm snippet.
  Higher values lead to more accurate measurements but lengthen the benchmark.
 
- .. option:: -benchmarks-file=</path/to/file>
+.. option:: -benchmarks-file=</path/to/file>
 
  File to read (`analysis` mode) or write (`latency`/`uops` modes) benchmark
  results. "-" uses stdin/stdout.
@@ -174,9 +174,9 @@ OPTIONS
  Specify the numPoints parameters to be used for DBSCAN clustering
  (`analysis` mode).
 
- .. option:: -ignore-invalid-sched-class=false
+.. option:: -ignore-invalid-sched-class=false
 
-  If set, ignore instructions that do not have a sched class (class idx = 0).
+ If set, ignore instructions that do not have a sched class (class idx = 0).
 
 
 EXIT STATUS




More information about the llvm-commits mailing list