Fix RCG so that Goto -> From pairs can lead directly into another Goto.
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).