mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Rename IRGenerationContext::internalDispatch() to generateInternalDispatchFunction()
This commit is contained in:
@@ -695,8 +695,8 @@ void IRGeneratorForStatements::endVisit(FunctionCall const& _functionCall)
|
||||
{
|
||||
YulArity arity = YulArity::fromType(*functionType);
|
||||
define(_functionCall) <<
|
||||
// NOTE: internalDispatch() takes care of adding the function to function generation queue
|
||||
m_context.internalDispatch(arity) <<
|
||||
// NOTE: generateInternalDispatchFunction() takes care of adding the function to function generation queue
|
||||
m_context.generateInternalDispatchFunction(arity) <<
|
||||
"(" <<
|
||||
IRVariable(_functionCall.expression()).part("functionIdentifier").name() <<
|
||||
joinHumanReadablePrefixed(args) <<
|
||||
|
||||
Reference in New Issue
Block a user