]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile/internal/ssa: set Line in NewValue funcs
authorMichael Matloob <matloob@google.com>
Sat, 13 Jun 2015 18:01:16 +0000 (11:01 -0700)
committerMichael Matloob <michaelmatloob@gmail.com>
Sun, 14 Jun 2015 16:46:01 +0000 (16:46 +0000)
commit3a0df1f82a8f16c3ffca51bd0b6fbee9dfc62961
tree64fc0155a458469e24e3822b07404c5cc5a00e41
parent47791c1a1826aeada54987d7259de536f211fb22
[dev.ssa] cmd/compile/internal/ssa: set Line in NewValue funcs

In the previous line number CL the NewValue\d? functions took
a line number argument but neglected to set the Line field on
the value struct. Fix that.

Change-Id: I53c79ff93703f66f5f0266178c94803719ae2074
Reviewed-on: https://go-review.googlesource.com/11054
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/func.go