typo
authorbdemsky <bdemsky>
Tue, 19 Aug 2008 23:02:15 +0000 (23:02 +0000)
committerbdemsky <bdemsky>
Tue, 19 Aug 2008 23:02:15 +0000 (23:02 +0000)
Robust/src/Analysis/Locality/GenerateConversions.java

index d6425adf774d2c071fb72d2d7d9c28af9538a1db..952c6478c867fd3cb18d195a7f17e58edfd64a6d 100644 (file)
@@ -47,7 +47,7 @@ public class GenerateConversions {
       FlatNode fn=toprocess.iterator().next();
       toprocess.remove(fn);
       boolean isatomic=atomictab.get(fn).intValue()>0;
-      if (!isatomic && fn.kind()!=FlatAtomicExitNode)//Don't process past the bounds of a transaction
+      if (!isatomic && fn.kind()!=FKind.FlatAtomicExitNode)//Don't process past the bounds of a transaction
        continue;
 
       Hashtable<TempDescriptor, Integer> nodetemptab=temptab.get(fn);