mirror of
https://github.com/golang/go
synced 2024-11-23 13:50:06 -07:00
Comment on Sdom() should be the form "Sdom..."
This commit is contained in:
parent
9449a125e8
commit
bc27289128
@ -672,7 +672,7 @@ func (f *Func) Idom() []*Block {
|
|||||||
return f.cachedIdom
|
return f.cachedIdom
|
||||||
}
|
}
|
||||||
|
|
||||||
// sdom returns a sparse tree representing the dominator relationships
|
// Sdom returns a sparse tree representing the dominator relationships
|
||||||
// among the blocks of f.
|
// among the blocks of f.
|
||||||
func (f *Func) Sdom() SparseTree {
|
func (f *Func) Sdom() SparseTree {
|
||||||
if f.cachedSdom == nil {
|
if f.cachedSdom == nil {
|
||||||
|
Loading…
Reference in New Issue
Block a user