]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: print SizeAndAlign AuxInt values correctly
authorKeith Randall <khr@golang.org>
Wed, 31 Aug 2016 19:30:46 +0000 (12:30 -0700)
committerKeith Randall <khr@golang.org>
Wed, 31 Aug 2016 20:34:39 +0000 (20:34 +0000)
commit33bb597d859e6d98b4abb27592cb925753764136
tree5cc5489b4dd8e39c93cddbd1faacc3f5dc87cfff
parent00459f05e099d92b9ae4d50980b11767aca5e102
cmd/compile: print SizeAndAlign AuxInt values correctly

Makes the AuxInt arg to Move/Zero print in a readable format.

Change-Id: I12295959b00ff7c1638d35836cc6d64d112c11ca
Reviewed-on: https://go-review.googlesource.com/28271
Run-TryBot: Keith Randall <khr@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/ssa/check.go
src/cmd/compile/internal/ssa/gen/genericOps.go
src/cmd/compile/internal/ssa/gen/rulegen.go
src/cmd/compile/internal/ssa/op.go
src/cmd/compile/internal/ssa/opGen.go
src/cmd/compile/internal/ssa/value.go