Skip to content

Commit baecd63

Browse files
author
Thomas Kiley
committed
Adapt comment to more accurately reflect generated code
1 parent e57144b commit baecd63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/goto-harness/recursive_initialization.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,8 @@ code_blockt recursive_initializationt::build_pointer_constructor(
639639
// {
640640
// if(has_seen && depth >= max_depth)
641641
// *result=NULL;
642-
// else if(depth < min_null_tree_depth || nondet()) {
642+
// return
643+
// if(nondet()) {
643644
// size_t has_seen_prev;
644645
// has_seen_prev = T_has_seen;
645646
// T_has_seen = 1;

0 commit comments

Comments
 (0)