[llvm-exegesis][doc] Remove old FIXME.

This was fixed in a previous commit, the previous line in the
documentation explains how to proceed.
This commit is contained in:
Clement Courbet 2020-10-28 10:51:50 +01:00
parent 15f6250bed
commit a098f32a1f
1 changed files with 0 additions and 2 deletions

View 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
---------------------------------------------