Remove incorrect outer block from for loop init rewriter documentation.

This commit is contained in:
Daniel Kirchner 2021-11-08 10:58:28 +01:00
parent 3f2d4cb7b8
commit be552683c9

View File

@ -429,12 +429,10 @@ is transformed to
.. code-block:: text .. code-block:: text
{
Init... Init...
for {} C { Post... } { for {} C { Post... } {
Body... Body...
} }
}
This eases the rest of the optimization process because we can ignore This eases the rest of the optimization process because we can ignore
the complicated scoping rules of the for loop initialisation block. the complicated scoping rules of the for loop initialisation block.