Control flow graph traversing refactoring

This commit is contained in:
svtk
2011-10-28 13:33:38 +04:00
parent 7f2e309ed7
commit 7db6752e20
2 changed files with 116 additions and 1 deletions
@@ -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);
}