Skip to content

Commit cfd155c

Browse files
mingmingl-llvmMaskRay
authored andcommitted
[SelectionDAG] Fix typo in option help
Reviewed By: MaskRay Differential Revision: https://reviews.llvm.org/D111867
1 parent 03375a3 commit cfd155c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,12 +129,12 @@ static cl::opt<unsigned> StoreMergeDependenceLimit(
129129

130130
static cl::opt<bool> EnableReduceLoadOpStoreWidth(
131131
"combiner-reduce-load-op-store-width", cl::Hidden, cl::init(true),
132-
cl::desc("DAG cominber enable reducing the width of load/op/store "
132+
cl::desc("DAG combiner enable reducing the width of load/op/store "
133133
"sequence"));
134134

135135
static cl::opt<bool> EnableShrinkLoadReplaceStoreWithStore(
136136
"combiner-shrink-load-replace-store-with-store", cl::Hidden, cl::init(true),
137-
cl::desc("DAG cominber enable load/<replace bytes>/store with "
137+
cl::desc("DAG combiner enable load/<replace bytes>/store with "
138138
"a narrower store"));
139139

140140
namespace {

0 commit comments

Comments
 (0)