Skip to content

Commit

Permalink
[SelectionDAG] Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfoad committed Dec 9, 2023
1 parent 6ed9a81 commit b3000ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7123,7 +7123,7 @@ void SelectionDAGBuilder::visitIntrinsicCall(const CallInst &I,
EVT::getIntegerVT(*Context, 8), MachinePointerInfo(I.getArgOperand(0)),
/* align */ std::nullopt, Flags);

// Chain the prefetch in parallell with any pending loads, to stay out of
// Chain the prefetch in parallel with any pending loads, to stay out of
// the way of later optimizations.
PendingLoads.push_back(Result);
Result = getRoot();
Expand Down

0 comments on commit b3000ec

Please sign in to comment.