Skip to content

Commit 376454c

Browse files
Touch-up remark
1 parent b29101c commit 376454c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Analysis/InlineCost.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3278,7 +3278,7 @@ InlineCost llvm::getInlineCost(
32783278

32793279
if (InlineAllViableCalls && isInlineViable(*Callee).isSuccess())
32803280
return llvm::InlineCost::getAlways(
3281-
"Inlining forced by --inline-all-viable-calls");
3281+
"Inlining forced by -inline-all-viable-calls");
32823282

32833283
LLVM_DEBUG(llvm::dbgs() << " Analyzing call of " << Callee->getName()
32843284
<< "... (caller:" << Call.getCaller()->getName()

0 commit comments

Comments
 (0)