]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix problem with non-decomposed vars
authorThan McIntosh <thanm@google.com>
Mon, 23 Oct 2017 23:13:32 +0000 (19:13 -0400)
committerThan McIntosh <thanm@google.com>
Tue, 24 Oct 2017 17:47:03 +0000 (17:47 +0000)
commit8c58900aeb9241e856515c23519455bf39c808df
tree1abd63edf22969121688e53852da73cc1426b196
parent2620ac3aeafe75a62fa81bd5094a8e1e4ef1ca8b
cmd/compile: fix problem with non-decomposed vars

Fix a bug introduced in patch 2 of
https://go-review.googlesource.com/72630 (sense of a map
lookup test was accidentally flipped).

Change-Id: Icc6096ee50be4605fa7542b9fd855c13b8aff090
Reviewed-on: https://go-review.googlesource.com/72850
Run-TryBot: Than McIntosh <thanm@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
src/cmd/compile/internal/gc/pgen.go