]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: do not mark OpSP, OpSB pos for debugging
authorCuong Manh Le <cuong.manhle.vn@gmail.com>
Thu, 26 Nov 2020 16:28:11 +0000 (23:28 +0700)
committerCuong Manh Le <cuong.manhle.vn@gmail.com>
Tue, 1 Dec 2020 01:35:19 +0000 (01:35 +0000)
commit0ecf7696335a3aade9e41843acfd5ab188d2511f
treec82e370fa003c2f30526859488ab0942b5e149f3
parent7f688d18c0ae6df3e895d21799b8ece7d5941293
cmd/compile: do not mark OpSP, OpSB pos for debugging

Fixes #42801

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