projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf9eadd
)
Passes don't print stuff!
author
Chris Lattner
<sabre@nondot.org>
Sun, 14 Mar 2004 04:17:53 +0000
(
04:17
+0000)
committer
Chris 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
patch
|
blob
|
history
diff --git
a/lib/Transforms/IPO/LoopExtractor.cpp
b/lib/Transforms/IPO/LoopExtractor.cpp
index 5e7dbc6614584509c1814836e74142f4898d30e1..f0d79e1a06ef6b8179739f96c69bc29a51bb5d48 100644
(file)
--- 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