Fix a misspell. NFC

This commit is contained in:
Adrian Tong 2022-06-22 21:22:45 +00:00
parent f1b05a0a2b
commit 4e555a3df4
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ bool llvm::sinkRegion(DomTreeNode *N, AAResults *AA, LoopInfo *LI,
CurLoop != nullptr && SafetyInfo != nullptr &&
"Unexpected input to sinkRegion.");
// We want to visit children before parents. We will enque all the parents
// We want to visit children before parents. We will enqueue all the parents
// before their children in the worklist and process the worklist in reverse
// order.
SmallVector<DomTreeNode *, 16> Worklist = collectChildrenInLoop(N, CurLoop);