]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: attempt to preserve statements when prove removes code
authorDavid Chase <drchase@google.com>
Tue, 1 Oct 2019 15:10:22 +0000 (11:10 -0400)
committerDavid Chase <drchase@google.com>
Fri, 4 Oct 2019 20:40:43 +0000 (20:40 +0000)
commit9a926911fea73017a25d6d38035946c59cf1b047
tree2fa3e43c8e7a98762c22cb39f920a4b71070f2c2
parent7e4d87b7708dbd319f3c44c8b4d49ef7f51504c8
cmd/compile: attempt to preserve statements when prove removes code

This was a cause of some statements being lost.

Change-Id: I81c95dcf3df6ed8a03b7578a27f9b21d33b3cf39
Reviewed-on: https://go-review.googlesource.com/c/go/+/198484
Run-TryBot: David Chase <drchase@google.com>
Reviewed-by: Jeremy Faller <jeremy@golang.org>
src/cmd/compile/internal/ssa/prove.go