Skip to content

Commit d435c46

Browse files
authored
Update StackLayoutGenerator.cpp
1 parent f9120c4 commit d435c46

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 assignmed variables.
311+
// Make sure the resulting previous slots do not overlap with any assignment 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)