Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
go/ir: actually build blank functions
In d074ce0 we stopped dropping objects with blank names on the floor. However, we forgot to actually build functions with blank names, therefore exposing malformed Function objects to users of go/ir. Closes: gh-1572 (cherry picked from commit d0a0c65)
- Loading branch information