Loop detection Fix

This commit is contained in:
Jindra Petk
2013-06-20 20:41:43 +02:00
parent 9824370377
commit 2cd0dd243f
2 changed files with 41 additions and 13 deletions

View File

@@ -29,6 +29,7 @@ public class Loop {
public GraphPart loopBreak;
public GraphPart loopPreContinue;
public List<GraphPart> breakCandidates = new ArrayList<>();
public List<Integer> breakCandidatesLevels = new ArrayList<>();
public long id;
public boolean used = false;
public boolean finished = false;