diff options
author | Chris Lattner <sabre@nondot.org> | 2004-03-14 04:17:53 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-03-14 04:17:53 +0000 |
commit | 97836fad2c3d705c90855bf2fbb79696c129a64f (patch) | |
tree | 2e0320fee6228a37d6587d1976ff2223340313a1 /lib/Transforms/IPO/LoopExtractor.cpp | |
parent | bf9eaddfb0642e49bc2f3835765a9782ff48c76e (diff) |
Passes don't print stuff!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12385 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/IPO/LoopExtractor.cpp')
-rw-r--r-- | lib/Transforms/IPO/LoopExtractor.cpp | 2 |
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 |