• Russ Cox's avatar
    cmd/compile: eliminate PPARAMREF · 20803b84
    Russ Cox authored
    As in the elimination of PHEAP|PPARAM in CL 23393,
    this is something the front end can trivially take care of
    and then not bother the back ends with.
    It also eliminates some suspect (and only lightly exercised)
    code paths in the back ends.
    
    I don't have a smoking gun for this one but it seems
    more clearly correct.
    
    Change-Id: I3b3f5e669b3b81d091ff1e2fb13226a6f14c69d5
    Reviewed-on: https://go-review.googlesource.com/23431Reviewed-by: 's avatarKeith Randall <khr@golang.org>
    Run-TryBot: Russ Cox <rsc@golang.org>
    20803b84
cplx.go 7.7 KB