cmd/gc: use escape analysis result for make([]T, constant
Escape analysis already gives that the underlying array does not escape but the result was ignored. Fixes #5484. R=golang-dev, dave, daniel.morsing CC=golang-dev https://golang.org/cl/9662046
Showing
Please register or sign in to comment