Refactoring signature for updateStorageValueFunction

This commit is contained in:
Djordje Mijovic
2020-09-02 12:28:53 +02:00
parent 15163b2270
commit 1fab5b79fb
4 changed files with 28 additions and 15 deletions
@@ -2486,7 +2486,7 @@ void IRGeneratorForStatements::writeToLValue(IRLValue const& _lvalue, IRVariable
offset = std::get<unsigned>(_storage.offset);
m_code <<
m_utils.updateStorageValueFunction(_lvalue.type, &_value.type(), offset) <<
m_utils.updateStorageValueFunction(_value.type(), _lvalue.type, offset) <<
"(" <<
_storage.slot <<
(