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.
1 parent 2bcb027 commit 63f0a22Copy full SHA for 63f0a22
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