]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix build by updating to new types package
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 7 Apr 2017 15:53:38 +0000 (08:53 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Fri, 7 Apr 2017 16:02:57 +0000 (16:02 +0000)
commit6297f06cbd84a2373586faf6a69e73dcf8fe3bd1
tree57581f49be9c81a0b906776c30bb49b29f5df2e1
parent9eddc3a3561eed1f735491f89cf935cb5189a897
cmd/compile: fix build by updating to new types package

CL 38776 was not updated to use the new types package.

Fixes build.

Change-Id: Ie80ff4837cac95bd628e0405a937045171d56e0c
Reviewed-on: https://go-review.googlesource.com/39918
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Ilya Tocar <ilya.tocar@intel.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/walk.go