From: LE Manh Cuong Date: Mon, 29 Jul 2019 13:24:22 +0000 (+0700) Subject: cmd/compile: remove adjustctx from inline test X-Git-Tag: go1.14beta1~1360 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=324cf21f781c651ad4e7a0ba9480b6ab85b7c0d1;p=gostls13.git cmd/compile: remove adjustctx from inline test After golang.org/cl/33895, function adjustctx can not be inlined, cost 82 exceeds budget 80 Change-Id: Ie559ed80ea2c251add940a99f11b2983f6cbddbc Reviewed-on: https://go-review.googlesource.com/c/go/+/187977 Run-TryBot: Cuong Manh Le TryBot-Result: Gobot Gobot Reviewed-by: Keith Randall --- diff --git a/src/cmd/compile/internal/gc/inl_test.go b/src/cmd/compile/internal/gc/inl_test.go index a04869c5a3..a0f56e776b 100644 --- a/src/cmd/compile/internal/gc/inl_test.go +++ b/src/cmd/compile/internal/gc/inl_test.go @@ -31,10 +31,6 @@ func TestIntendedInlining(t *testing.T) { // might not actually be inlined anywhere. want := map[string][]string{ "runtime": { - // TODO(mvdan): enable these once mid-stack - // inlining is available - // "adjustctxt", - "add", "acquirem", "add1",