]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/gc: factor out beginning of SSAGenState.Call
authorRichard Musiol <mail@richard-musiol.de>
Wed, 28 Mar 2018 22:53:26 +0000 (00:53 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 5 Apr 2018 21:17:53 +0000 (21:17 +0000)
commit533fdfd00e3c1fb84078e3ed9fa2c2c646fbac8c
treea2073f899770b41fd033de6bca02c36ccd67ea5f
parent8e351ae3043bf7c7bbe3911496df40ae6a9582d1
cmd/compile/internal/gc: factor out beginning of SSAGenState.Call

This commit does not change the semantics of the Call method. Its
purpose is to avoid duplication of code by making PrepareCall available
for separate use by the wasm backend.

Updates #18892

Change-Id: I04a3098f56ebf0d995791c5375dd4c03b6a202a3
Reviewed-on: https://go-review.googlesource.com/103275
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
src/cmd/compile/internal/gc/ssa.go