Skip to content

Commit b3000ec

Browse files
committed
[SelectionDAG] Fix typo in comment
1 parent 6ed9a81 commit b3000ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7123,7 +7123,7 @@ void SelectionDAGBuilder::visitIntrinsicCall(const CallInst &I,
71237123
EVT::getIntegerVT(*Context, 8), MachinePointerInfo(I.getArgOperand(0)),
71247124
/* align */ std::nullopt, Flags);
71257125

7126-
// Chain the prefetch in parallell with any pending loads, to stay out of
7126+
// Chain the prefetch in parallel with any pending loads, to stay out of
71277127
// the way of later optimizations.
71287128
PendingLoads.push_back(Result);
71297129
Result = getRoot();

0 commit comments

Comments
 (0)