]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove adjustctx from inline test
authorLE Manh Cuong <cuong.manhle.vn@gmail.com>
Mon, 29 Jul 2019 13:24:22 +0000 (20:24 +0700)
committerDaniel Martí <mvdan@mvdan.cc>
Tue, 27 Aug 2019 16:47:06 +0000 (16:47 +0000)
commit324cf21f781c651ad4e7a0ba9480b6ab85b7c0d1
tree44cca4cfc7f331e2f194191a439d4e1651781f96
parent69ff0ba7984e01f13dd91b8dd89f134c4127d75a
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 <cuong.manhle.vn@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/inl_test.go