We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b0744ea + 9baef8f commit 40e0123Copy full SHA for 40e0123
src/goto-programs/remove_vector.cpp
@@ -188,7 +188,6 @@ static void remove_vector(exprt &expr)
188
const auto dimension = numeric_cast_v<std::size_t>(vector_type.size());
189
190
const typet &subtype = vector_type.element_type();
191
- PRECONDITION(subtype.id() == ID_signedbv);
192
exprt minus_one = from_integer(-1, subtype);
193
exprt zero = from_integer(0, subtype);
194
0 commit comments