Reformat.

This commit is contained in:
chriseth 2017-06-26 09:19:11 +02:00
parent 0aaa6d876d
commit d94a12a34c

View File

@ -322,7 +322,10 @@ void CompilerUtils::memoryCopy()
m_context.appendInlineAssembly(R"(
{
// copy 32 bytes at once
for {} iszero(lt(len, 32)) {
for
{}
iszero(lt(len, 32))
{
dst := add(dst, 32)
src := add(src, 32)
len := sub(len, 32)