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:
0890b95
)
Remove debug output that snuck into 254957
author
Philip Reames
<listmail@philipreames.com>
Mon, 7 Dec 2015 22:43:56 +0000
(22:43 +0000)
committer
Philip Reames
<listmail@philipreames.com>
Mon, 7 Dec 2015 22:43:56 +0000
(22:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254960
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/IR/LegacyPassManager.cpp
patch
|
blob
|
history
diff --git
a/lib/IR/LegacyPassManager.cpp
b/lib/IR/LegacyPassManager.cpp
index 3fa11f0d51ae9ede7eea26ef013a68defda37385..f2e0c7d32c0209ea8ca666b15a120adb12291344 100644
(file)
--- a/
lib/IR/LegacyPassManager.cpp
+++ b/
lib/IR/LegacyPassManager.cpp
@@
-589,12
+589,6
@@
AnalysisUsage *PMTopLevelManager::findAnalysisUsage(Pass *P) {
if (auto *N = UniqueAnalysisUsages.FindNodeOrInsertPos(ID, IP))
Node = N;
else {
-#if 0
- dbgs() << AU.getRequiredSet().size() << " "
- << AU.getRequiredTransitiveSet().size() << " "
- << AU.getPreservedSet().size() << " "
- << AU.getUsedSet().size() << "\n";
-#endif
Node = new (AUFoldingSetNodeAllocator.Allocate()) AUFoldingSetNode(AU);
UniqueAnalysisUsages.InsertNode(Node, IP);
}