Skip to content

Fix RCG so that Goto -> From pairs can lead directly into another Goto.

Erik von Reis requested to merge erik.vonreis/advligorts:handle_goto_goto into master

The RCG was creating multiple output lines for the same node, which is generally ok but breaks an assumption made in the Goto-From removal code. See gitlab #268 (closed) for full explanation. Closes #268 (closed).

Merge request reports