Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pointer-analysis/value_set_fi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ void value_set_fit::get_value_set_rec(
assert(suffix=="");

const typet &dynamic_type=
static_cast<const typet &>(expr.find("#type"));
static_cast<const typet &>(expr.find(ID_C_cxx_alloc_type));

dynamic_object_exprt dynamic_object(dynamic_type);
// let's make up a `unique' number for this object...
Expand Down