From a098f32a1fc8c003d8f9cfac131ed49d40502d31 Mon Sep 17 00:00:00 2001 From: Clement Courbet Date: Wed, 28 Oct 2020 10:51:50 +0100 Subject: [PATCH] [llvm-exegesis][doc] Remove old FIXME. This was fixed in a previous commit, the previous line in the documentation explains how to proceed. --- llvm/docs/CommandGuide/llvm-exegesis.rst | 2 -- 1 file changed, 2 deletions(-) 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 --------------------------------------------- -- 2.7.4