From: Clement Courbet Date: Wed, 28 Oct 2020 09:51:50 +0000 (+0100) Subject: [llvm-exegesis][doc] Remove old FIXME. X-Git-Tag: llvmorg-13-init~7904 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a098f32a1fc8c003d8f9cfac131ed49d40502d31;p=platform%2Fupstream%2Fllvm.git [llvm-exegesis][doc] Remove old FIXME. This was fixed in a previous commit, the previous line in the documentation explains how to proceed. --- diff --git a/llvm/docs/CommandGuide/llvm-exegesis.rst b/llvm/docs/CommandGuide/llvm-exegesis.rst index 5a4ac7f..f32a6f6 100644 --- a/llvm/docs/CommandGuide/llvm-exegesis.rst +++ b/llvm/docs/CommandGuide/llvm-exegesis.rst @@ -75,8 +75,6 @@ To measure the latency of all instructions for the host architecture, run: $ llvm-exegesis -mode=latency -opcode-index=-1 -FIXME: Provide an :program:`llvm-exegesis` option to test all instructions. - EXAMPLE 2: benchmarking a custom code snippet ---------------------------------------------