]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: move InitPlan and InitEntry into sinit.go
authorMatthew Dempsky <mdempsky@google.com>
Fri, 11 Mar 2016 08:44:39 +0000 (00:44 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Fri, 11 Mar 2016 09:09:51 +0000 (09:09 +0000)
commitf973e79d096be18ad4272ad97803b7c08fca4dd0
treece8aecd518395f572f08756661780f1fe5702b80
parent3621600c9207adc9d493e4f60ff74069d58518ca
cmd/compile: move InitPlan and InitEntry into sinit.go

I don't know what they're used for, but that's the only file they're
referenced in.

Change-Id: Ie39d7d4621e2d5224408243b5789597ca0dc14be
Reviewed-on: https://go-review.googlesource.com/20593
Reviewed-by: Dave Cheney <dave@cheney.net>
src/cmd/compile/internal/gc/go.go
src/cmd/compile/internal/gc/sinit.go