Skip to content

Commit b4d9e1a

Browse files
Document build_ssa_identifier_rec
1 parent 18f027b commit b4d9e1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/util/ssa_expr.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Author: Daniel Kroening, [email protected]
1313

1414
#include <util/arith_tools.h>
1515

16+
/// If \p expr is a symbol "s" add to \p os "s!l0@l1#l2" and to \p l1_object_os
17+
/// "s!l0@l1".
18+
/// If \p expr is a member or index expression, recursively apply the procedure
19+
/// and add ".component_name" or "[index]" to \p os.
1620
static void build_ssa_identifier_rec(
1721
const exprt &expr,
1822
const irep_idt &l0,

0 commit comments

Comments
 (0)