]> Cypherpunks repositories - gostls13.git/commit
[dev.debug] cmd/compile: rename some locals in genssa
authorHeschi Kreinick <heschi@google.com>
Fri, 21 Jul 2017 22:00:22 +0000 (18:00 -0400)
committerHeschi Kreinick <heschi@google.com>
Tue, 25 Jul 2017 19:33:26 +0000 (19:33 +0000)
commitc1c08a13e7ed219148f18ce8e4aaed5202eed409
treeb09e83ab3eeaae9ca2181904a7e2c10247302e33
parent045f605ea15117a9264dd766998221cda87fa40a
[dev.debug] cmd/compile: rename some locals in genssa

When we start tracking the mapping from Value to Prog, valueProgs will
be confusing. Disambiguate.

Change-Id: Ib3b302fedb7eb0ff1bde789d70a11656d82f0897
Reviewed-on: https://go-review.googlesource.com/50876
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/compile/internal/gc/ssa.go