From 97836fad2c3d705c90855bf2fbb79696c129a64f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 14 Mar 2004 04:17:53 +0000 Subject: [PATCH] Passes don't print stuff! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12385 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Transforms/IPO/LoopExtractor.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/Transforms/IPO/LoopExtractor.cpp b/lib/Transforms/IPO/LoopExtractor.cpp index 5e7dbc66145..f0d79e1a06e 100644 --- a/lib/Transforms/IPO/LoopExtractor.cpp +++ b/lib/Transforms/IPO/LoopExtractor.cpp @@ -38,8 +38,6 @@ namespace { } // End anonymous namespace bool LoopExtractor::runOnFunction(Function &F) { - std::cerr << F.getName() << "\n"; - LoopInfo &LI = getAnalysis(); // We don't want to keep extracting the only loop of a function into a new one