• Russ Cox's avatar
    cmd/5g, cmd/8g: fix build · 7addda68
    Russ Cox authored
    The test added in CL 63630043 fails on 5g and 8g because they
    were not emitting the VARDEF instruction when clearing a fat
    value by clearing the components. 6g had the call in the right place.
    
    Hooray tests.
    
    TBR=iant
    CC=golang-codereviews
    https://golang.org/cl/63660043
    7addda68
ggen.c 16.6 KB