mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix CHCSmtLib2Interface
This commit is contained in:
@@ -946,7 +946,6 @@ void CHC::resetSourceAnalysis()
|
||||
if (!usesZ3)
|
||||
{
|
||||
auto smtlib2Interface = dynamic_cast<CHCSmtLib2Interface*>(m_interface.get());
|
||||
smtlib2Interface->reset();
|
||||
solAssert(smtlib2Interface, "");
|
||||
m_context.setSolver(smtlib2Interface->smtlib2Interface());
|
||||
}
|
||||
|
||||
@@ -118,7 +118,7 @@ SortPointer smtSort(frontend::Type const& _type)
|
||||
else
|
||||
tupleName = arrayType->baseType()->toString(true);
|
||||
|
||||
tupleName += "[]";
|
||||
tupleName += "_array";
|
||||
}
|
||||
else
|
||||
tupleName = _type.toString(true);
|
||||
|
||||
Reference in New Issue
Block a user