From: Josh Bleecher Snyder Date: Wed, 6 Oct 2021 19:24:59 +0000 (-0700) Subject: cmd/compile: add runtime.funcspdelta to intended inlining test X-Git-Tag: go1.18beta1~1007 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4a37a1d49fd472665b59b581fe6563a9e578fd71;p=gostls13.git cmd/compile: add runtime.funcspdelta to intended inlining test Follow-up to CL 354133. Suggested-by: Daniel Martí Change-Id: I0d0895dfa8c2deae0dbda6e683fbe41469849145 Reviewed-on: https://go-review.googlesource.com/c/go/+/354392 Trust: Josh Bleecher Snyder Trust: Daniel Martí Run-TryBot: Josh Bleecher Snyder Reviewed-by: Daniel Martí --- diff --git a/src/cmd/compile/internal/test/inl_test.go b/src/cmd/compile/internal/test/inl_test.go index 5fa6411ae4..b10d37a17c 100644 --- a/src/cmd/compile/internal/test/inl_test.go +++ b/src/cmd/compile/internal/test/inl_test.go @@ -46,6 +46,7 @@ func TestIntendedInlining(t *testing.T) { "fastlog2", "fastrand", "float64bits", + "funcspdelta", "getArgInfoFast", "getm", "getMCache",