commit | 43c04ba1b8c81114d09c0f9f326987070e0ee291 | [log] [tgz] |
---|---|---|
author | Daniel Morsing <daniel.morsing@gmail.com> | Wed Feb 27 19:47:14 2013 +0100 |
committer | Daniel Morsing <daniel.morsing@gmail.com> | Wed Feb 27 19:47:14 2013 +0100 |
tree | a76a26b93cee873c6addc0f2115cbaae3657e434 | |
parent | 73c21b13127c8dfad73d4477aa3dd9785515bf2b [diff] |
cmd/gc: don't emit type instructions for nonexisting locals If all locals are optimized away, the type instructions would stay in the instruction stream. Call fixautoused to scrub the output. Fixes #4915. R=rsc CC=golang-dev https://golang.org/cl/7385055