From feb9d8bd8e60100b29f8a065995e14a16c871914 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Tue, 4 Aug 2020 15:52:09 +0100 Subject: [PATCH] Fix sphinx indentation warning. Don't double indent and make it clear we're referting to the latency mode. --- llvm/docs/CommandGuide/llvm-exegesis.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/CommandGuide/llvm-exegesis.rst b/llvm/docs/CommandGuide/llvm-exegesis.rst index 8cc1a23..c5756f6 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=`. -- 2.7.4