mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #12254 from ethereum/optimizerDocsForLoopInitRewriter
Remove incorrect outer block from for loop init rewriter documentation.
This commit is contained in:
commit
ea3c34a082
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user