rogue: Remove commented convert_from_ssa call
Currently, the rogue compiler does not support control flow upstream. Imagination's plan is to implement an SSA-based register allocation (I wish them well in this endeavour). As such they won't be needing convert_from_ssa. remove the commented call so nobody is tempted to put it back in. This takes care of the rogue portion of #9051 (closed).