mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Rename assemble() to assembleYul() in CompilerStack and CommandLineInterface
This commit is contained in:
committed by
Kamil Śliwak
parent
ded9ef17e8
commit
611e02c038
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user