]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: use regular rather than indexed format string
authorRobert Griesemer <gri@golang.org>
Fri, 9 Sep 2016 18:29:33 +0000 (11:29 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 9 Sep 2016 20:07:43 +0000 (20:07 +0000)
commitd817c4ec6d458777537aae3a04201b7182a5f78a
tree6ce1db3581fcfbba46d0fbbea5443d46bf7f52af
parentcfc0d6d8847eb959da2b6bd1c0fe1c0c7a19873e
cmd/compile: use regular rather than indexed format string

This enables the format test to process this file (the format
test doesn't handle indexed formats, and this is the only place
in the compiler where they occur).

Change-Id: I99743f20c463f181a589b210365f70162227d4e0
Reviewed-on: https://go-review.googlesource.com/28932
Run-TryBot: Robert Griesemer <gri@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/html.go