Control flow graph traversing refactoring
This commit is contained in:
@@ -270,7 +270,6 @@ public class JetControlFlowTest extends JetTestCaseBase {
|
||||
@Override
|
||||
public void visitNondeterministicJump(NondeterministicJumpInstruction instruction) {
|
||||
//todo print edges
|
||||
visitInstruction(instruction);
|
||||
printEdge(out, nodeToName.get(instruction), nodeToName.get(instruction.getNext()), null);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user