]> Cypherpunks repositories - gostls13.git/commit
runtime: update mkduff legacy comments
authorEmmanuel Odeke <emm.odeke@gmail.com>
Mon, 12 Sep 2016 02:05:29 +0000 (19:05 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 12 Oct 2016 14:51:50 +0000 (14:51 +0000)
commit898ca6ba0af0ea1180fea1f226ff6ef731018ac2
tree7df581eadf6c63c01f5d5ae4764b3dad7b3d55b2
parent6d702d8ed2a980cd0c96499379eee5eb218f8339
runtime: update mkduff legacy comments

Update comments for duffzero and duffcopy
which referred to legacy locations:
+ cmd/?g/cgen.go
+ cmd/?g/ggen.go

Remnants of the old days when we had 5g, 6g etc.

Those locations have since moved to:
+ cmd/compile/internal/<arch>/cgen.go
+ cmd/compile/internal/<arch>/ggen.go

Change-Id: Ie2ea668559d52d42b747260ea69a6d5b3d70e859
Reviewed-on: https://go-review.googlesource.com/29073
Reviewed-by: Russ Cox <rsc@golang.org>
src/runtime/mkduff.go