Skip to content

Commit 8a0391d

Browse files
peterschrammelDaniel Kroening
authored and
Daniel Kroening
committed
Comment regarding illegal iterator increment
1 parent f0b1e36 commit 8a0391d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/goto-instrument/accelerate/trace_automaton.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class trace_automatont
9292
init_nta();
9393

9494
epsilon=goto_program.instructions.end();
95-
epsilon++;
95+
epsilon++; // TODO: This is illegal.
9696
}
9797

9898
void add_path(patht &path);

0 commit comments

Comments
 (0)