]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: mark OpSB, OpSP as poor statement Op
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Fri, 27 Nov 2020 04:00:29 +0000 (11:00 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Tue, 23 Feb 2021 04:17:35 +0000 (04:17 +0000)
commit975ba6e2b2547e0c4065a09644686723704283e1
tree6fa03fa5451cb530b384deff1e0605cf221214dd
parenta2e150c7cded1367fb092e87abb37ce2a1673d11
cmd/compile: mark OpSB, OpSP as poor statement Op

So that would make them last choice for a statement boundary.

This is follow up of CL 273506.

Change-Id: I0203aa0e0d95d538064c2113143c85c4fbb1e65e
Reviewed-on: https://go-review.googlesource.com/c/go/+/273666
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/compile/internal/ssa/numberlines.go