support for turning on/off detecting conflict optimizations
[IRC.git] / Robust / src / IR / Flat / BuildCode.java
index 528c9782194cad53751a0313f52f8cb8b5602668..32311738476b235b808571ced9efdfc362976443 100644 (file)
@@ -83,7 +83,7 @@ public class BuildCode {
       this.backuptable=new Hashtable<LocalityBinding, Hashtable<TempDescriptor, TempDescriptor>>();
       this.wb=new WriteBarrier(locality, st);
     }
-    if (state.SINGLETM) {
+    if (state.SINGLETM&&state.DCOPTS) {
       this.dc=new DiscoverConflicts(locality, st);
       dc.doAnalysis();
     }