Skip to content
This repository was archived by the owner on Mar 28, 2020. It is now read-only.

Commit 6cc4ab3

Browse files
committed
[docs] Fix indentation of llvm-exegesis command line arguments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@334976 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent 2bcbecf commit 6cc4ab3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/CommandGuide/llvm-exegesis.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ OPTIONS
149149
Specify the number of repetitions of the asm snippet.
150150
Higher values lead to more accurate measurements but lengthen the benchmark.
151151

152-
.. option:: -benchmarks-file=</path/to/file>
152+
.. option:: -benchmarks-file=</path/to/file>
153153

154154
File to read (`analysis` mode) or write (`latency`/`uops` modes) benchmark
155155
results. "-" uses stdin/stdout.
@@ -174,9 +174,9 @@ OPTIONS
174174
Specify the numPoints parameters to be used for DBSCAN clustering
175175
(`analysis` mode).
176176

177-
.. option:: -ignore-invalid-sched-class=false
177+
.. option:: -ignore-invalid-sched-class=false
178178

179-
If set, ignore instructions that do not have a sched class (class idx = 0).
179+
If set, ignore instructions that do not have a sched class (class idx = 0).
180180

181181

182182
EXIT STATUS

0 commit comments

Comments
 (0)