]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: handle OCONV[NOP] in samesafeexpr
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 1 Jun 2016 18:07:05 +0000 (11:07 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 24 Aug 2016 22:31:16 +0000 (22:31 +0000)
commit9d4623fe43f121bd98cdb78f207aa12bfc68dbc2
tree0a2e7822abd3b6fc90c1dfdd58a22b2b7551284c
parent507051d6940c297bd93f5fac5cf786b0e3642d06
cmd/compile: handle OCONV[NOP] in samesafeexpr

This increases the effectiveness of the
"integer-in-range" CL that follows.

Change-Id: I23b7b6809f0b2c25ed1d59dd2d5429c30f1db89c
Reviewed-on: https://go-review.googlesource.com/27651
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/typecheck.go