Skip to content

Commit 7022b94

Browse files
author
git apple-llvm automerger
committed
Merge commit '7aa982a57ce0' from llvm.org/master into apple/main
2 parents 1a61b7a + 7aa982a commit 7022b94

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)