Stylistic changes.

This commit is contained in:
chriseth 2014-11-06 21:55:01 +01:00
parent 627c80f0a8
commit e0ba1c79db

View File

@ -372,9 +372,7 @@ void ExpressionCompiler::appendTypeConversion(Type const& _typeOnStack, Type con
if (_typeOnStack == _targetType && !_cleanupNeeded)
return;
if (_typeOnStack.getCategory() == Type::Category::INTEGER)
{
appendHighBitsCleanup(dynamic_cast<IntegerType const&>(_typeOnStack));
}
else if (_typeOnStack != _targetType)
{
// All other types should not be convertible to non-equal types.