mirror of
https://github.com/RPCS3/llvm.git
synced 2026-07-18 21:24:32 -04:00
Fix typos of occurred and occurrence
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@323318 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1294,7 +1294,7 @@ LazyCallGraph::RefSCC::removeInternalRefEdge(Node &SourceN,
|
||||
|
||||
// Otherwise we create a collection of new RefSCC nodes and build
|
||||
// a radix-sort style map from postorder number to these new RefSCCs. We then
|
||||
// append SCCs to each of these RefSCCs in the order they occured in the
|
||||
// append SCCs to each of these RefSCCs in the order they occurred in the
|
||||
// original SCCs container.
|
||||
for (int i = 0; i < PostOrderNumber; ++i)
|
||||
Result.push_back(G->createRefSCC(*G));
|
||||
|
||||
Reference in New Issue
Block a user