[llvm-exegesis][doc] Remove old FIXME.
authorClement Courbet <courbet@google.com>
Wed, 28 Oct 2020 09:51:50 +0000 (10:51 +0100)
committerClement Courbet <courbet@google.com>
Wed, 28 Oct 2020 09:53:23 +0000 (10:53 +0100)
This was fixed in a previous commit, the previous line in the
documentation explains how to proceed.

llvm/docs/CommandGuide/llvm-exegesis.rst

index 5a4ac7f..f32a6f6 100644 (file)
@@ -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
 ---------------------------------------------