]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix some types in SSA
authorCherry Zhang <cherryyz@google.com>
Mon, 6 Feb 2017 04:41:41 +0000 (23:41 -0500)
committerCherry Zhang <cherryyz@google.com>
Fri, 17 Feb 2017 19:20:46 +0000 (19:20 +0000)
commitc4b8dadb4060a8456801ad64c9c5642a737dba19
tree48402b7fb291b42fa26be092e839bd9743c6584a
parentc4ef597c47a00c3f78916425153aefa171a3b12f
cmd/compile: fix some types in SSA

These seem not to really matter, but good to be correct.

Change-Id: I02edb9797c3d6739725cfbe4723c75f151acd05e
Reviewed-on: https://go-review.googlesource.com/36837
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/compile/internal/gc/ssa.go