Skip to content

Commit 72ffeb2

Browse files
committed
[LoopTerminology] LCSSA: Fix typo in code sample
1 parent 9225ff6 commit 72ffeb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/docs/LoopTerminology.rst

-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ accordingly, like so:
232232

233233
.. code-block:: C
234234
235-
for (...) {
236235
c = ...;
237236
if (c) {
238237
for (...) {

0 commit comments

Comments
 (0)