mirror of https://github.com/golang/go.git
cmd/compile: add runtime.funcspdelta to intended inlining test
Follow-up to CL 354133. Suggested-by: Daniel Martí <mvdan@mvdan.cc> Change-Id: I0d0895dfa8c2deae0dbda6e683fbe41469849145 Reviewed-on: https://go-review.googlesource.com/c/go/+/354392 Trust: Josh Bleecher Snyder <josharian@gmail.com> Trust: Daniel Martí <mvdan@mvdan.cc> Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com> Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
This commit is contained in:
parent
8238f82bf1
commit
4a37a1d49f
|
|
@ -46,6 +46,7 @@ func TestIntendedInlining(t *testing.T) {
|
|||
"fastlog2",
|
||||
"fastrand",
|
||||
"float64bits",
|
||||
"funcspdelta",
|
||||
"getArgInfoFast",
|
||||
"getm",
|
||||
"getMCache",
|
||||
|
|
|
|||
Loading…
Reference in New Issue