File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
lib/SILOptimizer/Mandatory Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2216,7 +2216,7 @@ struct DiagnosticEvaluator final
2216
2216
<< " Rep: "
2217
2217
<< *info->getValueMap ().getRepresentative (transferredVal)
2218
2218
<< " Dynamic Isolation Region: " ;
2219
- isolationRegionInfo.printForDiagnostics (llvm::dbgs ());
2219
+ isolationRegionInfo.printForOneLineLogging (llvm::dbgs ());
2220
2220
llvm::dbgs () << ' \n ' );
2221
2221
auto *self = const_cast <DiagnosticEvaluator *>(this );
2222
2222
auto nonTransferrableValue =
@@ -2236,7 +2236,7 @@ struct DiagnosticEvaluator final
2236
2236
<< " Rep: "
2237
2237
<< *info->getValueMap ().getRepresentative (inoutSendingVal)
2238
2238
<< " Dynamic Isolation Region: " ;
2239
- isolationRegionInfo.printForDiagnostics (llvm::dbgs ());
2239
+ isolationRegionInfo.printForOneLineLogging (llvm::dbgs ());
2240
2240
llvm::dbgs () << ' \n ' );
2241
2241
auto *self = const_cast <DiagnosticEvaluator *>(this );
2242
2242
auto nonTransferrableValue =
@@ -2257,7 +2257,7 @@ struct DiagnosticEvaluator final
2257
2257
<< " Rep: "
2258
2258
<< *info->getValueMap ().getRepresentative (transferredVal)
2259
2259
<< " Dynamic Isolation Region: " ;
2260
- isolationRegionInfo.printForDiagnostics (llvm::dbgs ());
2260
+ isolationRegionInfo.printForOneLineLogging (llvm::dbgs ());
2261
2261
llvm::dbgs () << ' \n ' );
2262
2262
2263
2263
auto *self = const_cast <DiagnosticEvaluator *>(this );
You can’t perform that action at this time.
0 commit comments