Skip to content

Commit 9423614

Browse files
Update libyul/backends/evm/StackLayoutGenerator.cpp
Co-authored-by: matheusaaguiar <95899911+matheusaaguiar@users.noreply.github.com>
1 parent d435c46 commit 9423614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libyul/backends/evm/StackLayoutGenerator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ Stack StackLayoutGenerator::propagateStackThroughOperation(Stack _exitStack, CFG
308308
// generated on the fly), s.t. shuffling the `stack + _operation.output` to _exitLayout is cheap.
309309
Stack stack = createIdealLayout(_operation.output, _exitStack, generateSlotOnTheFly, reachableStackDepth());
310310

311-
// Make sure the resulting previous slots do not overlap with any assignment variables.
311+
// Make sure the resulting previous slots do not overlap with any assigned variables.
312312
if (auto const* assignment = std::get_if<CFG::Assignment>(&_operation.operation))
313313
for (auto& stackSlot: stack)
314314
if (auto const* varSlot = std::get_if<VariableSlot>(&stackSlot))

0 commit comments

Comments
 (0)