[llvm] feb9d8b - Fix sphinx indentation warning.

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 4 08:00:10 PDT 2020


Author: Simon Pilgrim
Date: 2020-08-04T15:57:46+01:00
New Revision: feb9d8bd8e60100b29f8a065995e14a16c871914

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

LOG: Fix sphinx indentation warning.

Don't double indent and make it clear we're referting to the latency mode.

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..c5756f652bee 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 `latency` 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