Descriptioncmd/gc: handle variable initialization by block move in liveness
Any initialization of a variable by a block copy or block zeroing
or by multiple assignments (componentwise copying or zeroing
of a multiword variable) needs to emit a VARDEF. These cases were not.
Fixes issue 7205.
Patch Set 1 #Patch Set 2 : diff -r b2c3a8de38cc https://code.google.com/p/go/ #
MessagesTotal messages: 4
|