forked from OSchip/llvm-project
Fix a misspell. NFC
This commit is contained in:
parent
f1b05a0a2b
commit
4e555a3df4
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue