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

[LoopTerminology][NFC] Fix formatting typo

This commit is contained in:
Stefanos Baziotis 2020-09-23 22:53:05 +03:00
parent 1ad4609350
commit 490925f87c

View File

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