fixed debug output

This commit is contained in:
Jindra Pet��k
2013-08-11 22:44:03 +02:00
parent 7eca256e3c
commit 9c979f1990
2 changed files with 2 additions and 2 deletions
@@ -36,7 +36,7 @@ import java.util.logging.Logger;
public class MethodBody implements Cloneable, Serializable {
boolean debugMode = true;
boolean debugMode = false;
public int method_info;
public int max_stack;
public int max_regs;
@@ -597,7 +597,7 @@ public class Graph {
}
System.out.println("</loops>");*/
getPrecontinues(localData, null, heads.get(0), loops, null);
System.err.println("<loopspre>");
/*System.err.println("<loopspre>");
for (Loop el : loops) {
System.err.println(el);
}