1
0
mirror of https://github.com/golang/go synced 2024-11-23 11:00:08 -07:00

Comment on Sdom() should be the form "Sdom..."

This commit is contained in:
soolaugust 2020-10-12 14:54:20 +08:00 committed by GitHub
parent 9449a125e8
commit bc27289128
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -672,7 +672,7 @@ func (f *Func) Idom() []*Block {
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.
func (f *Func) Sdom() SparseTree {
if f.cachedSdom == nil {