mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Use source id in yul to evm code transform.
This commit is contained in:
@@ -142,7 +142,8 @@ public:
|
||||
|
||||
private:
|
||||
AbstractAssembly::LabelID labelFromIdentifier(Identifier const& _identifier);
|
||||
AbstractAssembly::LabelID functionEntryID(YulString _name, Scope::Function const& _function);
|
||||
void createFunctionEntryID(FunctionDefinition const& _function);
|
||||
AbstractAssembly::LabelID functionEntryID(Scope::Function const& _scopeFunction) const;
|
||||
/// Generates code for an expression that is supposed to return a single value.
|
||||
void visitExpression(Expression const& _expression);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user