diff --git a/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp b/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp --- a/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp +++ b/llvm/lib/Transforms/Instrumentation/IndirectCallPromotion.cpp @@ -391,8 +391,8 @@ << "\% for a hot indirect call, and " << ore::NV("Candidates", ICallProfDataRef.size() - NumCandidates) << " candidates left with remaining count " - << ore::NV("RemainingCount", RemainingCount) - << " out of total count " << ore::NV("TotalCount", TotalCount) << " ("; + << ore::NV("RemainingCount", RemainingCount) << " out of total count " + << ore::NV("TotalCount", TotalCount) << " ("; for (uint32_t I = NumCandidates; I < ICallProfDataRef.size(); I++) { if (I != NumCandidates) { R << ", ";