]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile/ssa: fix build
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 24 Jun 2015 20:29:05 +0000 (13:29 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 24 Jun 2015 20:32:11 +0000 (20:32 +0000)
commit44be0e9c601cbb40a2ac8cf74cb0c57b1292825d
treedbb75a0e94c9671e9f0e5501ba63295a38c8ffd9
parent2a846d2bd36a74d971ad6d009a05d2ca64bba8a9
[dev.ssa] cmd/compile/ssa: fix build

Somehow I missed this in CL 11160.
Without it, all.bash fails on fixedbugs/bug303.go.

The right fix is probably to discard the variable
and keep going, even though the code is dead.

For now, defer the decision by declaring
such situations unimplemented and get the build
fixed.

Change-Id: I679197f780c7a3d3eb7d05e91c86a4cdc3b70131
Reviewed-on: https://go-review.googlesource.com/11440
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/ssa.go