Skip to content

Commit 5813937

Browse files
author
Daniel Kroening
authored
Merge pull request #825 from mariusmc92/cleanup/replace-hash-type-with-new-irep-id
Used ID_C_cxx_alloc_type in value_set_fi.cpp
2 parents a17063d + 70b2ba6 commit 5813937

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)