]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile/internal/gc: handle local function declarations
authorKeith Randall <khr@golang.org>
Sun, 6 Sep 2015 20:42:26 +0000 (13:42 -0700)
committerKeith Randall <khr@golang.org>
Sun, 6 Sep 2015 23:41:10 +0000 (23:41 +0000)
commitc3eb1a7e8a191c0d0be3a3cc3e835010560e4b5a
treee72e091344171a9d66f1f1e5b7682b55a3757384
parent95bb89f6dd4d92747bed1fe451379cd2b99ec5b7
[dev.ssa] cmd/compile/internal/gc: handle local function declarations

They are already handled by the frontend, we just need to
skip them when we see them in ssa.

Change-Id: I309d91552f96a761f8d429a2cab3a47d200ca9e5
Reviewed-on: https://go-review.googlesource.com/14341
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/ssa.go