[PATCH] D111867: Fix a typo

Mingming Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 14 23:43:59 PDT 2021


luna created this revision.
luna added a reviewer: MaskRay.
Herald added subscribers: ecnelises, hiraditya.
luna requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

https://reviews.llvm.org/D111867

Files:
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp


Index: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
===================================================================
--- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+++ llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -129,12 +129,12 @@
 
 static cl::opt<bool> EnableReduceLoadOpStoreWidth(
     "combiner-reduce-load-op-store-width", cl::Hidden, cl::init(true),
-    cl::desc("DAG combiner enable reducing the width of load/op/store "
+    cl::desc("DAG cominber enable reducing the width of load/op/store "
              "sequence"));
 
 static cl::opt<bool> EnableShrinkLoadReplaceStoreWithStore(
     "combiner-shrink-load-replace-store-with-store", cl::Hidden, cl::init(true),
-    cl::desc("DAG combiner enable load/<replace bytes>/store with "
+    cl::desc("DAG cominber enable load/<replace bytes>/store with "
              "a narrower store"));
 
 namespace {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D111867.379925.patch
Type: text/x-patch
Size: 877 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211015/64090b44/attachment.bin>


More information about the llvm-commits mailing list