]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile/internal/gc: Small fixes
authorKeith Randall <khr@golang.org>
Fri, 12 Jun 2015 23:24:33 +0000 (16:24 -0700)
committerKeith Randall <khr@golang.org>
Sun, 14 Jun 2015 03:56:47 +0000 (03:56 +0000)
commit0ad9c8c720324b6c4e483ac7fe0e20f36274e2eb
tree5e6f7658db3704cd624afc422a457e05219e893e
parentd5ad9ced1c82d4a1cb63d92f33552a064d7e8162
[dev.ssa] cmd/compile/internal/gc: Small fixes

Allow labels to be unreachable via fallthrough from above.
Implement OCONVNOP.

Change-Id: I6869993cad8a27ad134dd637de89a40117daf47b
Reviewed-on: https://go-review.googlesource.com/11001
Reviewed-by: Daniel Morsing <daniel.morsing@gmail.com>
src/cmd/compile/internal/gc/ssa.go