diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2018-06-18 20:05:02 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2018-06-18 20:05:02 +0000 |
commit | a5638431dc15b057798f41586d20e3e162fefd10 (patch) | |
tree | ce29e2de06d546dcebd22772b9fbb27fe6a1cb94 /llvm/docs/CommandGuide | |
parent | c75d47b52d10e68a55594802ca4fd58dad1c363e (diff) | |
download | bcm5719-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.rst | 6 |
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 |