[PATCH] D158013: Fix typo in module inliner priority flag
Siu Chi Chan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 16 09:26:47 PDT 2023
This revision was automatically updated to reflect the committed changes.
Closed by commit rGd40fd9e1d99c: Fix typo in module inliner priority flag (authored by scchan).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D158013/new/
https://reviews.llvm.org/D158013
Files:
llvm/lib/Analysis/InlineOrder.cpp
Index: llvm/lib/Analysis/InlineOrder.cpp
===================================================================
--- llvm/lib/Analysis/InlineOrder.cpp
+++ llvm/lib/Analysis/InlineOrder.cpp
@@ -36,7 +36,7 @@
clEnumValN(InlinePriorityMode::ML, "ml", "Use ML.")));
static cl::opt<int> ModuleInlinerTopPriorityThreshold(
- "moudle-inliner-top-priority-threshold", cl::Hidden, cl::init(0),
+ "module-inliner-top-priority-threshold", cl::Hidden, cl::init(0),
cl::desc("The cost threshold for call sites that get inlined without the "
"cost-benefit analysis"));
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D158013.550788.patch
Type: text/x-patch
Size: 597 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230816/de0929e6/attachment.bin>
More information about the llvm-commits
mailing list