Skip to content

Commit 6ec926d

Browse files
committed
[llvm-mca] Fix doc error
1 parent 3eb1e6d commit 6ec926d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/CommandGuide/llvm-mca.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ an InstrumentRegion does not need a comment to end the region.
350350
Comments that are prefixed with `LLVM-MCA-` but do not correspond to
351351
a valid `INSTRUMENT_TYPE` for the target cause an error, except for
352352
`BEGIN` and `END`, since those correspond to AnalysisRegions. Comments
353-
that do not start with `LLVM-MCA-` are ignored by :program `llvm-mca`.
353+
that do not start with `LLVM-MCA-` are ignored by :program:`llvm-mca`.
354354

355355
An instruction (a MCInst) is added to an InstrumentRegion R only
356356
if its location is in range [R.RangeStart, R.RangeEnd].

0 commit comments

Comments
 (0)