Merge pull request #12254 from ethereum/optimizerDocsForLoopInitRewriter

Remove incorrect outer block from for loop init rewriter documentation.
This commit is contained in:
chriseth
2021-11-08 11:55:05 +01:00
committed by GitHub
+3 -5
View File
@@ -429,11 +429,9 @@ is transformed to
.. code-block:: text
{
Init...
for {} C { Post... } {
Body...
}
Init...
for {} C { Post... } {
Body...
}
This eases the rest of the optimization process because we can ignore