Skip to content

Commit 7aa982a

Browse files
committed
[LoopTerminology][NFC] Fix formatting typo
1 parent 4a55c98 commit 7aa982a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/docs/LoopTerminology.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ In general, it's easier to use SCEV in loops that are in LCSSA form.
291291
The evolution of a scalar (loop-variant) expression that
292292
SCEV can analyze is, by definition, relative to a loop.
293293
An expression is represented in LLVM by an
294-
`llvm::Instruction <https://llvm.org/doxygen/classllvm_1_1Instruction.html>`.
294+
`llvm::Instruction <https://llvm.org/doxygen/classllvm_1_1Instruction.html>`_.
295295
If the expression is inside two (or more) loops (which can only
296296
happen if the loops are nested, like in the example above) and you want
297297
to get an analysis of its evolution (from SCEV),

0 commit comments

Comments
 (0)