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