mirror of
https://github.com/golang/go
synced 2024-11-26 21:51:44 -07:00
cmd/compile/internal/ssa: unnecessary loop break
Change-Id: I15d8abade22dcda9235b61a116d5244c6f7c73b6
This commit is contained in:
parent
59bfc18e34
commit
c007639016
@ -222,6 +222,7 @@ func likelyadjust(f *Func) {
|
|||||||
if opcodeTable[v.Op].call {
|
if opcodeTable[v.Op].call {
|
||||||
local[b.ID] = blCALL
|
local[b.ID] = blCALL
|
||||||
certain[b.ID] = max8(blCALL, certain[b.Succs[0].b.ID])
|
certain[b.ID] = max8(blCALL, certain[b.Succs[0].b.ID])
|
||||||
|
break
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user