]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: zero all three argstorage slots
authorKeith Randall <khr@golang.org>
Mon, 11 Apr 2016 20:17:52 +0000 (13:17 -0700)
committerKeith Randall <khr@golang.org>
Mon, 11 Apr 2016 20:49:22 +0000 (20:49 +0000)
commit7e40627a0e595aa321efaf44f8507b678ee5eb1e
tree24da60b1679bf0e2f047b218766174e27e897450
parent7f53391f6b7f2387a5ed00398d34b046c321966f
cmd/compile: zero all three argstorage slots

These changes were missed when going from 2 to 3 argstorage slots.
https://go-review.googlesource.com/20296/

Change-Id: I930a307bb0b695bf1ae088030c9bbb6d14ca31d2
Reviewed-on: https://go-review.googlesource.com/21841
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/compile/internal/ssa/func.go
src/cmd/compile/internal/ssa/value.go