Make merging nodes an option.
[repair.git] / Repair / RepairCompiler / MCC / Compiler.java
index 712079db96441cf4de04deb96976c2d7f43b46f7..6fad5086b8eb5ab02dc3d5fa200eac4905444c23 100755 (executable)
@@ -26,6 +26,7 @@ public class Compiler {
     public static boolean GENERATEINSTRUMENT=false;
     public static boolean ALLOCATECPLUSPLUS=false;
     public static boolean OMITCOMP=false;
+    public static boolean MERGENODES=false;
     public static boolean TIME=false;
 
     public static Vector debuggraphs=new Vector();