[llvm] 32d36d9 - [docs] fix ident in llvm-exegesis.rst

Jinsong Ji via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 16 10:30:23 PDT 2020


Author: Jinsong Ji
Date: 2020-07-16T17:30:09Z
New Revision: 32d36d9edce2eaf923ea6f038aac0d54e2c91fd6

URL: https://github.com/llvm/llvm-project/commit/32d36d9edce2eaf923ea6f038aac0d54e2c91fd6
DIFF: https://github.com/llvm/llvm-project/commit/32d36d9edce2eaf923ea6f038aac0d54e2c91fd6.diff

LOG: [docs] fix ident in llvm-exegesis.rst

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CommandGuide/llvm-exegesis.rst b/llvm/docs/CommandGuide/llvm-exegesis.rst
index 8cc1a237e996..f3bce16b93dd 100644
--- a/llvm/docs/CommandGuide/llvm-exegesis.rst
+++ b/llvm/docs/CommandGuide/llvm-exegesis.rst
@@ -196,7 +196,7 @@ OPTIONS
 
  `latency` mode can be  make use of either RDTSC or LBR.
  `latency[LBR]` is only available on X86 (at least `Skylake`).
-  To run in this mode, a positive value  must be specified for `x86-lbr-sample-period` and `--repetition-mode=loop`
+ To run in this mode, a positive value  must be specified for `x86-lbr-sample-period` and `--repetition-mode=loop`
 
  In `analysis` mode, you also need to specify at least one of the
  `-analysis-clusters-output-file=` and `-analysis-inconsistencies-output-file=`.


        


More information about the llvm-commits mailing list