We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bcb027 + 63f0a22 commit e8520a6Copy full SHA for e8520a6
libyul/optimiser/UnusedStoreBase.cpp
@@ -73,6 +73,7 @@ void UnusedStoreBase::operator()(FunctionDefinition const& _functionDefinition)
73
{
74
ScopedSaveAndRestore outerAssignments(m_stores, {});
75
ScopedSaveAndRestore forLoopInfo(m_forLoopInfo, {});
76
+ ScopedSaveAndRestore forLoopNestingDepth(m_forLoopNestingDepth, 0);
77
78
(*this)(_functionDefinition.body);
79
0 commit comments