mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
IR: Generate inline asm blocks
This commit is contained in:
@@ -48,6 +48,7 @@ public:
|
||||
bool visit(Assignment const& _assignment) override;
|
||||
void endVisit(BinaryOperation const& _binOp) override;
|
||||
bool visit(FunctionCall const& _funCall) override;
|
||||
bool visit(InlineAssembly const& _inlineAsm) override;
|
||||
bool visit(Identifier const& _identifier) override;
|
||||
bool visit(Literal const& _literal) override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user