get set up part of the stall site analysis
[IRC.git] / Robust / src / Analysis / Disjoint / DisjointAnalysis.java
index 2e15b921981a16a9fdf7adad97221b21765297fb..3649b822c3db5269f402ed6b7a6c51352a4d95de 100644 (file)
@@ -897,7 +897,11 @@ public class DisjointAnalysis {
          rg.merge( rgParent );
        }
       }
-
+      
+      //if(rra.isEndOfRegion(fn)){
+      //  rg.clearAccessibleVarSet();
+      //  also need to clear stall mapping
+      //}
 
       if( takeDebugSnapshots && 
          d.getSymbol().equals( descSymbolDebug )