Skip to content

Commit 70b2ba6

Browse files
committed
Used ID_C_cxx_alloc_type in value_set_fi.cpp
Replaced #type with ID_C_cxx_alloc_type in value_set_fi.cpp.
1 parent a17063d commit 70b2ba6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pointer-analysis/value_set_fi.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ void value_set_fit::get_value_set_rec(
723723
assert(suffix=="");
724724

725725
const typet &dynamic_type=
726-
static_cast<const typet &>(expr.find("#type"));
726+
static_cast<const typet &>(expr.find(ID_C_cxx_alloc_type));
727727

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

0 commit comments

Comments
 (0)