Skip to content

Commit 8d5cb4e

Browse files
committed
Remove some logging stuff from copy prop.
1 parent babc53f commit 8d5cb4e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/SILOptimizer/Transforms/CopyPropagation.cpp

-7
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,6 @@ void CopyPropagation::run() {
7575
auto *dominanceAnalysis = getAnalysis<DominanceAnalysis>();
7676
auto *deBlocksAnalysis = getAnalysis<DeadEndBlocksAnalysis>();
7777

78-
//!!!
79-
if (f->hasName("$ss18_StringBreadcrumbsCyABSScfc")) {
80-
llvm::DebugFlag = true;
81-
llvm::setCurrentDebugType("copy-propagation");
82-
}
83-
SWIFT_DEFER { llvm::DebugFlag = false; };
84-
8578
// Debug label for unit testing.
8679
LLVM_DEBUG(llvm::dbgs() << "*** CopyPropagation: " << f->getName() << "\n");
8780

0 commit comments

Comments
 (0)