We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b29101c commit 376454cCopy full SHA for 376454c
llvm/lib/Analysis/InlineCost.cpp
@@ -3278,7 +3278,7 @@ InlineCost llvm::getInlineCost(
3278
3279
if (InlineAllViableCalls && isInlineViable(*Callee).isSuccess())
3280
return llvm::InlineCost::getAlways(
3281
- "Inlining forced by --inline-all-viable-calls");
+ "Inlining forced by -inline-all-viable-calls");
3282
3283
LLVM_DEBUG(llvm::dbgs() << " Analyzing call of " << Callee->getName()
3284
<< "... (caller:" << Call.getCaller()->getName()
0 commit comments