Skip to content

Commit b0dc37e

Browse files
committed
[DAG] Fixed typo
1 parent cafa243 commit b0dc37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9859,7 +9859,7 @@ SDValue DAGCombiner::MatchLoadCombine(SDNode *N) {
98599859
for (LoadSDNode *L : Loads)
98609860
DAG.makeEquivalentMemoryOrdering(L, NewLoad);
98619861

9862-
// If no transform is needed the return the new load.
9862+
// If no transform is needed then return the new load.
98639863
if (!NeedsBswap && !IsRotated)
98649864
return NewLoad;
98659865

0 commit comments

Comments
 (0)