]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: convert more dxxx functions to work with LSyms
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 21 Apr 2017 21:12:34 +0000 (14:12 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 21 Apr 2017 23:15:08 +0000 (23:15 +0000)
commitb065c95551fdd89075c81b3f407a9c2d5cf326e3
tree789b4eda60af69b6318d75156d21b2598e870f67
parentbea8ffdbb1ea4147c3f815243554afac90b6bb52
cmd/compile: convert more dxxx functions to work with LSyms

This batch from reflect.go.
Changes made manually, since they are simple,
few, and typechecked by the compiler.

Passes toolstash-check.

Change-Id: I0030daab2dac8e7c95158678c0f7141fd90441f9
Reviewed-on: https://go-review.googlesource.com/41399
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
src/cmd/compile/internal/gc/reflect.go