]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/gc: inline typedcl0 and typedcl1
authorMatthew Dempsky <mdempsky@google.com>
Wed, 1 Feb 2017 20:35:53 +0000 (12:35 -0800)
committerMatthew Dempsky <mdempsky@google.com>
Wed, 1 Feb 2017 22:52:32 +0000 (22:52 +0000)
commita27b78141b85d3b9733647de3f3863977d2f9f81
treea7dd01855ea12cecd00f99a1fe164b0c75c2ac3d
parentbb41b4d599f5758e25091666e123c41b401ac890
cmd/compile/internal/gc: inline typedcl0 and typedcl1

It's easier to understand what's happening after inlining these into
noder.typeDecl.

Change-Id: I7beed5a1e18047bf09f2d4ddf64b9646c324d8d6
Reviewed-on: https://go-review.googlesource.com/36111
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/compile/internal/gc/dcl.go
src/cmd/compile/internal/gc/noder.go
test/notinheap.go