Change alignment.

This commit is contained in:
chriseth
2016-11-16 14:37:18 +01:00
parent 679ea2820f
commit ff3553a348
4 changed files with 45 additions and 33 deletions
+1 -1
View File
@@ -2078,7 +2078,7 @@ TypePointer FunctionType::encodingType() const
TypePointer FunctionType::interfaceType(bool /*_inLibrary*/) const
{
if (m_location == Location::External)
return make_shared<IntegerType>(8 * storageBytes());
return make_shared<FixedBytesType>(storageBytes());
else
return TypePointer();
}