File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
llvm/include/llvm/Support Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ class DominatorTreeBase {
484
484
// / This function has to be called just after making the update
485
485
// / on the actual CFG. There cannot be any other updates that the dominator
486
486
// / tree doesn't know about. The only exception is when the deletion that the
487
- // / tree is informed about makes some (domominator ) subtree unreachable -- in
487
+ // / tree is informed about makes some (dominator ) subtree unreachable -- in
488
488
// / this case, it is fine to perform deletions within this subtree.
489
489
// /
490
490
// / Note that for postdominators it automatically takes care of deleting
Original file line number Diff line number Diff line change @@ -705,7 +705,7 @@ struct SemiNCAInfo {
705
705
706
706
TreeNodePtr MinNode = ToTN;
707
707
708
- // Identify the top of the subtree to rebuilt by finding the NCD of all
708
+ // Identify the top of the subtree to rebuild by finding the NCD of all
709
709
// the affected nodes.
710
710
for (const NodePtr N : AffectedQueue) {
711
711
const TreeNodePtr TN = DT.getNode (N);
You can’t perform that action at this time.
0 commit comments