From 324cf21f781c651ad4e7a0ba9480b6ab85b7c0d1 Mon Sep 17 00:00:00 2001 From: LE Manh Cuong Date: Mon, 29 Jul 2019 20:24:22 +0700 Subject: [PATCH] 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 --- src/cmd/compile/internal/gc/inl_test.go | 4 ---- 1 file changed, 4 deletions(-) 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", -- 2.50.0