mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Move some util functions to low-level functions.
This commit is contained in:
@@ -827,6 +827,7 @@ void ContractCompiler::appendMissingFunctions()
|
||||
function->accept(*this);
|
||||
solAssert(m_context.nextFunctionToCompile() != function, "Compiled the wrong function?");
|
||||
}
|
||||
m_context.appendMissingLowLevelFunctions();
|
||||
}
|
||||
|
||||
void ContractCompiler::appendModifierOrFunctionCode()
|
||||
|
||||
Reference in New Issue
Block a user