Passes don't print stuff!
authorChris Lattner <sabre@nondot.org>
Sun, 14 Mar 2004 04:17:53 +0000 (04:17 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 14 Mar 2004 04:17:53 +0000 (04:17 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12385 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/IPO/LoopExtractor.cpp

index 5e7dbc6614584509c1814836e74142f4898d30e1..f0d79e1a06ef6b8179739f96c69bc29a51bb5d48 100644 (file)
@@ -38,8 +38,6 @@ namespace {
 } // 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