Fixes issues in updating labels and gotos during instrumentation
Label.move must compare goto targets to the statement in the original AST, not its copy. Furthermore moving labels must only be done if we are about to change the target of the gotos, not if we use the statement as generated by the plain visitor.
Please register or sign in to comment