aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/LoopExtractor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Transforms/IPO/LoopExtractor.cpp')
-rw-r--r--lib/Transforms/IPO/LoopExtractor.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Transforms/IPO/LoopExtractor.cpp b/lib/Transforms/IPO/LoopExtractor.cpp
index 5e7dbc6614..f0d79e1a06 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<LoopInfo>();
// We don't want to keep extracting the only loop of a function into a new one