mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Fix comment typos. NFC.
This commit is contained in:
parent
56e14355d6
commit
fe77e45bf0
@ -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…
x
Reference in New Issue
Block a user