]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: preserve statement marks in branch elimination
authorDavid Chase <drchase@google.com>
Tue, 1 Oct 2019 15:08:46 +0000 (11:08 -0400)
committerDavid Chase <drchase@google.com>
Fri, 4 Oct 2019 20:19:44 +0000 (20:19 +0000)
commite06829b9772ca3a7d5ba3c573b345699f51d69b0
treee6a6db20c5419e1008d6bfbdf48a5b0c665ab2e2
parent86ea7d5171a5b9a3c2d606444ef9985214fcec71
cmd/compile: preserve statement marks in branch elimination

This reduces the number of missing-statement lines.

Change-Id: Iefa56c2a253220d17d8b53210c8c6af78ee68756
Reviewed-on: https://go-review.googlesource.com/c/go/+/198483
Run-TryBot: David Chase <drchase@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Jeremy Faller <jeremy@golang.org>
src/cmd/compile/internal/ssa/branchelim.go