]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: correct type of CvtBoolToUint8 values
authorJosh Bleecher Snyder <josharian@gmail.com>
Thu, 13 Aug 2020 19:39:04 +0000 (12:39 -0700)
committerDmitri Shuralyov <dmitshur@golang.org>
Fri, 21 Aug 2020 20:58:15 +0000 (20:58 +0000)
commit9c17883f28ceb2aba94ae7f51269f1c982fd7f8b
tree6b40d080f7f89431579c872b6a60359899f511ce
parent46a34f93a20bd7e249bebde5c937765dd779bf4f
cmd/compile: correct type of CvtBoolToUint8 values

Fixes #40772

Change-Id: I539f07d1f958dacee87d846171a8889d03182d25
Reviewed-on: https://go-review.googlesource.com/c/go/+/248397
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-on: https://go-review.googlesource.com/c/go/+/248401
src/cmd/compile/internal/ssa/phiopt.go
src/cmd/compile/internal/ssa/prove.go
test/fixedbugs/issue40746.go [new file with mode: 0644]