Use true in for loop into body.

This commit is contained in:
chriseth 2020-02-05 17:16:42 +01:00
parent edfd30bcb7
commit ce72c1fc34

View File

@ -57,8 +57,8 @@ void ForLoopConditionIntoBody::operator()(ForLoop& _forLoop)
Literal {
loc,
LiteralKind::Number,
"1"_yulstring,
{}
"true"_yulstring,
m_dialect.boolType
}
);
}