Use annotation.calledDirectly to simplify IR codegen

This commit is contained in:
Mathias Baumann
2020-11-30 18:54:42 +01:00
parent c3da529a18
commit f8e6f4a4eb
4 changed files with 21 additions and 55 deletions
@@ -74,7 +74,6 @@ public:
void endVisit(Return const& _return) override;
void endVisit(UnaryOperation const& _unaryOperation) override;
bool visit(BinaryOperation const& _binOp) override;
bool visit(FunctionCall const& _funCall) override;
void endVisit(FunctionCall const& _funCall) override;
void endVisit(FunctionCallOptions const& _funCallOptions) override;
void endVisit(MemberAccess const& _memberAccess) override;