summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2018-06-18 20:05:02 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2018-06-18 20:05:02 +0000
commita5638431dc15b057798f41586d20e3e162fefd10 (patch)
treece29e2de06d546dcebd22772b9fbb27fe6a1cb94 /llvm/docs/CommandGuide
parentc75d47b52d10e68a55594802ca4fd58dad1c363e (diff)
downloadbcm5719-llvm-a5638431dc15b057798f41586d20e3e162fefd10.tar.gz
bcm5719-llvm-a5638431dc15b057798f41586d20e3e162fefd10.zip
[docs] Fix indentation of llvm-exegesis command line arguments
llvm-svn: 334976
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/llvm-exegesis.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/CommandGuide/llvm-exegesis.rst b/llvm/docs/CommandGuide/llvm-exegesis.rst
index 339095f10d1..d60434f5d02 100644
--- a/llvm/docs/CommandGuide/llvm-exegesis.rst
+++ b/llvm/docs/CommandGuide/llvm-exegesis.rst
@@ -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
OpenPOWER on IntegriCloud