OSDN Git Service

[docs] Fix indentation of llvm-exegesis command line arguments
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 18 Jun 2018 20:05:02 +0000 (20:05 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 18 Jun 2018 20:05:02 +0000 (20:05 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@334976 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/llvm-exegesis.rst

index 339095f..d60434f 100644 (file)
@@ -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