Merge pull request #5891 from ethereum/const-opt-assembly

Take only Assembly instance as an input to ConstantOptimiser
This commit is contained in:
chriseth
2019-01-31 18:54:12 +01:00
committed by GitHub
5 changed files with 11 additions and 9 deletions
+1 -2
View File
@@ -115,8 +115,7 @@ void FuzzerUtil::testConstantOptimizer(string const& _input, bool _quiet)
isCreation,
runs,
EVMVersion{},
tmp,
const_cast<AssemblyItems &>(tmp.items())
tmp
);
}
}