Fix ICE with fixed point

This commit is contained in:
Leonardo Alt
2020-04-22 19:57:00 +02:00
parent 14fc9e740c
commit 83c9e82099
3 changed files with 8 additions and 1 deletions
+3
View File
@@ -457,6 +457,9 @@ void SMTEncoder::endVisit(UnaryOperation const& _op)
createExpr(_op);
if (_op.annotation().type->category() == Type::Category::FixedPoint)
return;
switch (_op.getOperator())
{
case Token::Not: // !