[Sol->Yul] Enabling new bytes(n)

This commit is contained in:
Djordje Mijovic
2020-05-14 12:55:14 +02:00
parent a6d0067bde
commit 472fb21ee0
5 changed files with 16 additions and 2 deletions
-2
View File
@@ -1499,8 +1499,6 @@ string YulUtilFunctions::zeroComplexMemoryArrayFunction(ArrayType const& _type)
string YulUtilFunctions::allocateAndInitializeMemoryArrayFunction(ArrayType const& _type)
{
solUnimplementedAssert(!_type.isByteArray(), "");
string functionName = "allocate_and_zero_memory_array_" + _type.identifier();
return m_functionCollector.createFunction(functionName, [&]() {
return Whiskers(R"(