remove debug code
authorbdemsky <bdemsky>
Wed, 26 Mar 2008 02:51:21 +0000 (02:51 +0000)
committerbdemsky <bdemsky>
Wed, 26 Mar 2008 02:51:21 +0000 (02:51 +0000)
Robust/src/Analysis/Prefetch/PrefetchAnalysis.java

index 1e62666044f0b61b2472278602148ec849b9691a..252d210b6674ff2fa5ee305f582a16e457e52529 100644 (file)
@@ -694,7 +694,6 @@ public class PrefetchAnalysis {
            double newprob=trueprob*fcb.getTrueProb()+falseprob*fcb.getFalseProb();
            if (loop.isLoopingBranch(md,fcb)&&
                newprob<falseprob) {
-               System.out.println("Adjusting:"+fcb);
                newprob=falseprob;
            }