[Swift-commit] r6143 - trunk/src/org/griphyn/vdl/karajan/lib
hategan at ci.uchicago.edu
hategan at ci.uchicago.edu
Tue Jan 8 13:43:26 CST 2013
Author: hategan
Date: 2013-01-08 13:43:26 -0600 (Tue, 08 Jan 2013)
New Revision: 6143
Modified:
trunk/src/org/griphyn/vdl/karajan/lib/ThrottledParallelFor.java
Log:
convert variable names to lower case when handling write references in foreach
Modified: trunk/src/org/griphyn/vdl/karajan/lib/ThrottledParallelFor.java
===================================================================
--- trunk/src/org/griphyn/vdl/karajan/lib/ThrottledParallelFor.java 2013-01-08 00:01:44 UTC (rev 6142)
+++ trunk/src/org/griphyn/vdl/karajan/lib/ThrottledParallelFor.java 2013-01-08 19:43:26 UTC (rev 6143)
@@ -117,7 +117,7 @@
}
else {
int count = Integer.parseInt(st.nextToken());
- l.add(new StaticRefCount(name, count));
+ l.add(new StaticRefCount(name.toLowerCase(), count));
}
flip = !flip;
}
More information about the Swift-commit
mailing list