Skip to content

Commit 687ad65

Browse files
Merge pull request #15890 from eeemmmmmm/patch-2
Fix function parameter name
2 parents f5134df + ab77b34 commit 687ad65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libyul/backends/evm/ControlFlowGraphBuilder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class ControlFlowGraphBuilder
3333
ControlFlowGraphBuilder& operator=(ControlFlowGraphBuilder const&) = delete;
3434
static std::unique_ptr<CFG> build(AsmAnalysisInfo const& _analysisInfo, Dialect const& _dialect, Block const& _block);
3535

36-
StackSlot operator()(Expression const& _literal);
36+
StackSlot operator()(Expression const& _expression);
3737
StackSlot operator()(Literal const& _literal);
3838
StackSlot operator()(Identifier const& _identifier);
3939
StackSlot operator()(FunctionCall const&);

0 commit comments

Comments
 (0)