]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: print aux value also
authorTodd Neal <todd@tneal.org>
Fri, 12 Feb 2016 00:13:17 +0000 (18:13 -0600)
committerKeith Randall <khr@golang.org>
Fri, 12 Feb 2016 00:44:36 +0000 (00:44 +0000)
commite49c91090000f22969e819326ed7e1c74f13bde3
treee91dcd2e2548e375a5f800550e27fc7553ee71cb
parentd509788d9742b905f7fae7923e07976c88a7424e
[dev.ssa] cmd/compile: print aux value also

When printing a value with just an aux, print the aux as well. Debugging
cse is easier when the aux values are visible.

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