Implement IR shortcut for <address>.code.length

This commit is contained in:
hrkrshnn
2021-01-26 11:07:04 +01:00
parent d6d880dc53
commit 526ceec152
2 changed files with 42 additions and 6 deletions
@@ -87,6 +87,7 @@ public:
bool visit(BinaryOperation const& _binOp) override;
void endVisit(FunctionCall const& _funCall) override;
void endVisit(FunctionCallOptions const& _funCallOptions) override;
bool visit(MemberAccess const& _memberAccess) override;
void endVisit(MemberAccess const& _memberAccess) override;
bool visit(InlineAssembly const& _inlineAsm) override;
void endVisit(IndexAccess const& _indexAccess) override;