cmd/compile: pass package name to types.NewPkg

Change-Id: I08b43b08a8d2e9851f41401feee4b72287ced774
Reviewed-on: https://go-review.googlesource.com/41072
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
This commit is contained in:
Robert Griesemer 2017-04-19 10:27:19 -07:00
parent ec241db2fd
commit b2a363b7ea
7 changed files with 29 additions and 29 deletions

View file

@ -1535,7 +1535,7 @@ func dumptypestructs() {
if flag_msan {
dimportpath(msanpkg)
}
dimportpath(types.NewPkg("main"))
dimportpath(types.NewPkg("main", ""))
}
}