forked from OSchip/llvm-project
Fix comment typos. NFC.
This commit is contained in:
parent
e3f5046e44
commit
ca8321574d
|
@ -706,7 +706,7 @@ void IrreducibleGraph::addEdges(const BlockNode &Node,
|
|||
///
|
||||
/// In addition to loops, this algorithm has limited support for irreducible
|
||||
/// SCCs, which are SCCs with multiple entry blocks. Irreducible SCCs are
|
||||
/// discovered on they fly, and modelled as loops with multiple headers.
|
||||
/// discovered on the fly, and modelled as loops with multiple headers.
|
||||
///
|
||||
/// The headers of irreducible sub-SCCs consist of its entry blocks and all
|
||||
/// nodes that are targets of a backedge within it (excluding backedges within
|
||||
|
|
|
@ -44,7 +44,7 @@ return:
|
|||
;
|
||||
; In addition to loops, -block-freq has limited support for irreducible SCCs,
|
||||
; which are SCCs with multiple entry blocks. Irreducible SCCs are discovered
|
||||
; on they fly, and modelled as loops with multiple headers.
|
||||
; on the fly, and modelled as loops with multiple headers.
|
||||
;
|
||||
; The headers of irreducible sub-SCCs consist of its entry blocks and all nodes
|
||||
; that are targets of a backedge within it (excluding backedges within true
|
||||
|
|
Loading…
Reference in New Issue