]> Cypherpunks repositories - gostls13.git/commit
cmd/5g: fix build
authorRuss Cox <rsc@golang.org>
Tue, 12 May 2015 19:51:22 +0000 (15:51 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 12 May 2015 19:55:50 +0000 (19:55 +0000)
commit5ed4bb6db111d31a2c8625fe122de0ed7f1a9cbd
tree99ea4bc80347a5165e25ebd58c996e574474956a
parent9b379d7e04750bbf6615cdfc1783db53c3d9bdc9
cmd/5g: fix build

The line in cgen.go was lost during the ginscmp CL.
The ggen.go change is not strictly necessary, but
it makes the 5g -S output for x[0] match what it said
before the ginscmp CL.

Change-Id: I5890a9ec1ac69a38509416eda5aea13b8b12b94a
Reviewed-on: https://go-review.googlesource.com/9929
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/5g/ggen.go
src/cmd/internal/gc/cgen.go