Move some util functions to low-level functions.

This commit is contained in:
chriseth
2017-01-24 12:06:40 +01:00
parent d0e8d340a5
commit b60623521f
5 changed files with 305 additions and 229 deletions
+1
View File
@@ -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()