1
0
mirror of https://github.com/golang/go synced 2024-10-05 16:41:21 -06:00
go/src/cmd/compile
Keith Randall c3eb1a7e8a [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>
2015-09-06 23:41:10 +00:00
..
internal [dev.ssa] cmd/compile/internal/gc: handle local function declarations 2015-09-06 23:41:10 +00:00
doc.go cmd/compile: add missing quotation mark 2015-07-24 22:12:14 +00:00
main.go