We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cafa243 commit b0dc37eCopy full SHA for b0dc37e
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -9859,7 +9859,7 @@ SDValue DAGCombiner::MatchLoadCombine(SDNode *N) {
9859
for (LoadSDNode *L : Loads)
9860
DAG.makeEquivalentMemoryOrdering(L, NewLoad);
9861
9862
- // If no transform is needed the return the new load.
+ // If no transform is needed then return the new load.
9863
if (!NeedsBswap && !IsRotated)
9864
return NewLoad;
9865
0 commit comments