2 bug fixes to getRequiredConstraints
[repair.git] / Repair / RepairCompiler / MCC / IR / GraphAnalysis.java
index 6b690a859c4da45ee161c5a48367f63daf65bc20..3fdbe6e87a63ae9a6fb93443069b66bb979a1dd0 100755 (executable)
@@ -723,8 +723,9 @@ public class GraphAnalysis {
                    foundrepair=true;
                }
            }
-           if (!foundrepair)
+           if (!foundrepair) {
                return ERR_NOREPAIR;
+            }
        }