]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix format verbs in ssa package
authorKeith Randall <khr@golang.org>
Fri, 16 Sep 2016 23:56:29 +0000 (16:56 -0700)
committerKeith Randall <khr@golang.org>
Sat, 17 Sep 2016 02:54:11 +0000 (02:54 +0000)
commit2e2db7a1704773082db547cbde70d8c0ce36a10c
tree93e899c90371f9f0941e73a88e3c1e2b2b4a7acc
parent246074d043f686c532cac88dccd68e01048a23bc
cmd/compile: fix format verbs in ssa package

%s is no longer valid.  Use %v instead.

Change-Id: I5ec4fa6a9280082c1a0c75fd1cf94b4bb8096f5c
Reviewed-on: https://go-review.googlesource.com/29365
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/ssa/location.go
src/cmd/compile/internal/ssa/value.go