Checking in super-optimized SimpleHash code... Good for a little performance increase...
[repair.git] / Repair / RepairCompiler / MCC / IR / RelationInclusion.java
index 4e415bfbc8f57b86f45dd18bc463f4faf6b7b0fd..58e266478fec77a6d7bc0e79d33bbd3e6906267d 100755 (executable)
@@ -9,7 +9,7 @@ public class RelationInclusion extends Inclusion {
 
     // #TBD#: this flag needs to be set by some static analysis
     boolean typesafe = true;
-    static boolean worklist = false;
+    public static boolean worklist = false;
 
     public RelationInclusion(Expr leftelementexpr, Expr rightelementexpr, RelationDescriptor relation) {
         this.leftelementexpr = leftelementexpr;