Remove debug messages
authorjzhou <jzhou>
Thu, 7 Oct 2010 22:35:25 +0000 (22:35 +0000)
committerjzhou <jzhou>
Thu, 7 Oct 2010 22:35:25 +0000 (22:35 +0000)
Robust/src/IR/Flat/BuildCodeMultiCore.java

index 04328cac6e6f8ac9e4782d82607a0ec160e8da38..e88737c216accd9418542a88cf2a93f849baae10 100644 (file)
@@ -1356,8 +1356,7 @@ public class BuildCodeMultiCore extends BuildCode {
       for( int j = i + 1; j < fm.numParameters(); ++j ) {
        common = this.m_oa.createsPotentialAliases(td, i, j);
        if(!common.isEmpty()) {
-      System.out.println("Alias between " + i + " and " + j);
-         // ith parameter and jth parameter has alias, create lock to protect them
+      // ith parameter and jth parameter has alias, create lock to protect them
          if(aliasSets.elementAt(i) == null) {
            aliasSets.setElementAt(new Vector<Integer>(), i);
          }