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

cmd/compile/internal/ssa: unnecessary loop break

Change-Id: I15d8abade22dcda9235b61a116d5244c6f7c73b6
This commit is contained in:
cui 2021-01-10 14:45:57 +08:00
parent 59bfc18e34
commit c007639016

View File

@ -222,6 +222,7 @@ func likelyadjust(f *Func) {
if opcodeTable[v.Op].call {
local[b.ID] = blCALL
certain[b.ID] = max8(blCALL, certain[b.Succs[0].b.ID])
break
}
}
}