]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: eliminate mkinlcall's isddd parameter
authorMatthew Dempsky <mdempsky@google.com>
Tue, 13 Mar 2018 19:58:56 +0000 (12:58 -0700)
committerMatthew Dempsky <mdempsky@google.com>
Tue, 13 Mar 2018 20:23:55 +0000 (20:23 +0000)
commitc74aa39f47840a36ddf10cfac96a2c49bd0786f1
tree1e9c6559937f4d44a96d0eb34efe1cc9cba63b5f
parente1f8fe8dff31136ec2c3f3ba83fbeee9f2ef4c3b
cmd/compile: eliminate mkinlcall's isddd parameter

These are always set to n.Isddd(), which is readily available within
mkinlcall.

Change-Id: I3d7fbc9dc19a40d6b905691c666eee9bcd031a00
Reviewed-on: https://go-review.googlesource.com/100455
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/inl.go