forked from OSchip/llvm-project
[InlineAdvisor] Use one single quote
This commit is contained in:
parent
1aed7fcf09
commit
0bb767e7db
|
@ -57,7 +57,7 @@ void DefaultInlineAdvice::recordUnsuccessfulInliningImpl(
|
|||
ORE.emit([&]() {
|
||||
return OptimizationRemarkMissed(DEBUG_TYPE, "NotInlined", DLoc, Block)
|
||||
<< "'" << NV("Callee", Callee) << "' is not inlined into '"
|
||||
<< "'" << NV("Caller", Caller)
|
||||
<< NV("Caller", Caller)
|
||||
<< "': " << NV("Reason", Result.getFailureReason());
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue