File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1499,7 +1499,7 @@ void DataAggregator::printColdSamplesDiagnostic() const {
14991499 outs ()
15001500 << " WARNING: The BOLT-processed binary where samples were collected "
15011501 " likely used bad data or your service observed a large shift in "
1502- " profile. You may want to audit this. \n " ;
1502+ " profile. You may want to audit this\n " ;
15031503 }
15041504}
15051505
@@ -1541,7 +1541,7 @@ void DataAggregator::printBranchSamplesDiagnostics() const {
15411541 outs () << " \n !! WARNING !! This high mismatch ratio indicates the input "
15421542 " binary is probably not the same binary used during profiling "
15431543 " collection. The generated data may be ineffective for improving "
1544- " performance. \n\n " ;
1544+ " performance\n\n " ;
15451545 printLongRangeTracesDiagnostic ();
15461546 printColdSamplesDiagnostic ();
15471547}
@@ -1554,7 +1554,7 @@ void DataAggregator::printBasicSamplesDiagnostics(
15541554 outs () << " \n !! WARNING !! This high mismatch ratio indicates the input "
15551555 " binary is probably not the same binary used during profiling "
15561556 " collection. The generated data may be ineffective for improving "
1557- " performance. \n\n " ;
1557+ " performance\n\n " ;
15581558 printColdSamplesDiagnostic ();
15591559}
15601560
You can’t perform that action at this time.
0 commit comments