• Keith Randall's avatar
    cmd/compile: fix Mul->Mul64 intrinsic alias · 7a634034
    Keith Randall authored
    The alias declaration needs to come after the function it is aliasing.
    
    It isn't a big deal in this case, as bits.Mul inlines and has as its
    body bits.Mul64, so the desired code gets generated regardless.
    The alias should only have an effect on inlining cost estimates
    (for functions that call bits.Mul).
    
    Change-Id: I0d814899ce7049a0fb36e8ce1ad5ababbaf6265f
    Reviewed-on: https://go-review.googlesource.com/c/144597
    Run-TryBot: Keith Randall <khr@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarGiovanni Bajo <rasky@develer.com>
    7a634034
Name
Last commit
Last update
..
addr2line Loading commit data...
api Loading commit data...
asm Loading commit data...
buildid Loading commit data...
cgo Loading commit data...
compile Loading commit data...
cover Loading commit data...
dist Loading commit data...
doc Loading commit data...
fix Loading commit data...
go Loading commit data...
gofmt Loading commit data...
internal Loading commit data...
link Loading commit data...
nm Loading commit data...
objdump Loading commit data...
pack Loading commit data...
pprof Loading commit data...
test2json Loading commit data...
trace Loading commit data...
vendor Loading commit data...
vet Loading commit data...