Extract VariableReferenceCounter and StackTooDeep error from EVMCodeTransform.

This commit is contained in:
Daniel Kirchner
2021-04-13 10:41:16 +02:00
parent 124db22f04
commit 5bebbca273
9 changed files with 181 additions and 110 deletions
+2
View File
@@ -21,6 +21,8 @@
#include <libyul/Scope.h>
#include <libsolutil/Visitor.h>
using namespace std;
using namespace solidity;
using namespace solidity::yul;