Skip to content

Commit c007639

Browse files
committed
cmd/compile/internal/ssa: unnecessary loop break
Change-Id: I15d8abade22dcda9235b61a116d5244c6f7c73b6
1 parent 59bfc18 commit c007639

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cmd/compile/internal/ssa/likelyadjust.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ func likelyadjust(f *Func) {
222222
if opcodeTable[v.Op].call {
223223
local[b.ID] = blCALL
224224
certain[b.ID] = max8(blCALL, certain[b.Succs[0].b.ID])
225+
break
225226
}
226227
}
227228
}

0 commit comments

Comments
 (0)