Rename assemble() to assembleYul() in CompilerStack and CommandLineInterface

This commit is contained in:
Alexander Arlt
2023-04-20 20:01:45 +02:00
committed by Kamil Śliwak
parent ded9ef17e8
commit 611e02c038
4 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -426,7 +426,7 @@ private:
/// Assembles the contract.
/// This function should only be internally called by compileContract and generateEVMFromIR.
void assemble(
void assembleYul(
ContractDefinition const& _contract,
std::shared_ptr<evmasm::Assembly> _assembly,
std::shared_ptr<evmasm::Assembly> _runtimeAssembly