Add support to internal function calls

This commit is contained in:
Leonardo Alt
2020-03-11 16:29:07 +01:00
parent 1167af1dfe
commit 07368c2e1e
67 changed files with 506 additions and 189 deletions
-1
View File
@@ -673,7 +673,6 @@ void SMTEncoder::visitAssert(FunctionCall const& _funCall)
auto const& args = _funCall.arguments();
solAssert(args.size() == 1, "");
solAssert(args.front()->annotation().type->category() == Type::Category::Bool, "");
addPathImpliedExpression(expr(*args.front()));
}
void SMTEncoder::visitRequire(FunctionCall const& _funCall)