[llvm-commits] CVS: llvm/lib/Transforms/IPO/LoopExtractor.cpp

Chris Lattner lattner at cs.uiuc.edu
Sat Mar 13 22:19:01 PST 2004


Changes in directory llvm/lib/Transforms/IPO:

LoopExtractor.cpp updated: 1.4 -> 1.5

---
Log message:

Passes don't print stuff!


---
Diffs of the changes:  (+0 -2)

Index: llvm/lib/Transforms/IPO/LoopExtractor.cpp
diff -u llvm/lib/Transforms/IPO/LoopExtractor.cpp:1.4 llvm/lib/Transforms/IPO/LoopExtractor.cpp:1.5
--- llvm/lib/Transforms/IPO/LoopExtractor.cpp:1.4	Sat Mar 13 22:01:06 2004
+++ llvm/lib/Transforms/IPO/LoopExtractor.cpp	Sat Mar 13 22:17:53 2004
@@ -38,8 +38,6 @@
 } // End anonymous namespace 
 
 bool LoopExtractor::runOnFunction(Function &F) {
-  std::cerr << F.getName() << "\n";
-
   LoopInfo &LI = getAnalysis<LoopInfo>();
 
   // We don't want to keep extracting the only loop of a function into a new one





More information about the llvm-commits mailing list