[PATCH] D158013: Fix typo in module inliner priority flag

Siu Chi Chan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 15 12:35:36 PDT 2023


scchan created this revision.
Herald added a subscriber: hiraditya.
Herald added a project: All.
scchan requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Change-Id: If4a830fdacf1b0e7b7634f48f648427d5ec7ea21


Repository:
  rG LLVM Github Monorepo

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.550432.patch
Type: text/x-patch
Size: 597 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230815/38a8deb9/attachment.bin>


More information about the llvm-commits mailing list