mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #8471 from a3d4/fix-controlflowbuilder-compilation-error
Fixed ControlFlowBuilder compilation error.
This commit is contained in:
commit
5fd5465f66
@ -76,7 +76,7 @@ private:
|
||||
void operator()(yul::Assignment const& _assignment) override;
|
||||
void operator()(yul::FunctionCall const& _functionCall) override;
|
||||
void operator()(yul::FunctionDefinition const& _functionDefinition) override;
|
||||
void operator()(yul::Leave const& _leave) override;
|
||||
void operator()(yul::Leave const& _leaveStatement) override;
|
||||
bool visit(VariableDeclaration const& _variableDeclaration) override;
|
||||
bool visit(VariableDeclarationStatement const& _variableDeclarationStatement) override;
|
||||
bool visit(Identifier const& _identifier) override;
|
||||
|
Loading…
Reference in New Issue
Block a user