]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: rename Func.constVal arg for clarity
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 8 Mar 2017 20:45:12 +0000 (12:45 -0800)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 9 Mar 2017 23:39:01 +0000 (23:39 +0000)
commitc63ad970f6dc497b2cd529357201dd46bc3ee9b0
treee5dfb76374070836c890c97298b0060194173dd4
parent2a5cf48f91c0a59eeb01b97ca6afaca311324206
cmd/compile: rename Func.constVal arg for clarity

Values have an Aux and an AuxInt.
We're setting AuxInt, not Aux.
Say so.

Change-Id: I41aa783273bb7e1ba47c941aa4233f818e37dadd
Reviewed-on: https://go-review.googlesource.com/37997
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/ssa/func.go