Function call options for YulIR.

This commit is contained in:
chriseth
2020-03-10 22:38:11 +01:00
parent 92d4bbb017
commit 6a896f766a
2 changed files with 20 additions and 0 deletions
@@ -60,6 +60,7 @@ public:
void endVisit(UnaryOperation const& _unaryOperation) override;
bool visit(BinaryOperation const& _binOp) override;
void endVisit(FunctionCall const& _funCall) override;
void endVisit(FunctionCallOptions const& _funCallOptions) override;
void endVisit(MemberAccess const& _memberAccess) override;
bool visit(InlineAssembly const& _inlineAsm) override;
void endVisit(IndexAccess const& _indexAccess) override;