1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

[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 d2747d0a40
commit 6f015a2381

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