Skip to content

Commit e9c3433

Browse files
authored
Merge pull request swiftlang#39440 from eeckstein/remove-dbg-msg
2 parents dd82019 + fd7f255 commit e9c3433

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/SILOptimizer/IPO/CrossModuleSerializationSetup.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,8 +367,6 @@ bool CrossModuleSerializationSetup::canSerialize(SILType type) {
367367
// Exclude types which are defined in an @_implementationOnly imported
368368
// module. Such modules are not transitively available.
369369
if (!mod->canBeUsedForCrossModuleOptimization(subNT)) {
370-
llvm::dbgs() << " === " << mod->getName() << ", " <<
371-
subNT->getParentModule()->getName() << ", " << subNT->getName() << '\n';
372370
return true;
373371
}
374372
}

0 commit comments

Comments
 (0)