]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: Remove unused 'NoInline' field from CallExpr stucture
authorAlexander Musman <alexander.musman@gmail.com>
Fri, 7 Mar 2025 18:49:56 +0000 (21:49 +0300)
committerCherry Mui <cherryyz@google.com>
Wed, 2 Apr 2025 12:55:35 +0000 (05:55 -0700)
commit3033ef00164c5c38a25a33aae1720d216ffafb58
tree4b12ca1e0d282300140db31bf9783e5d474cfc71
parentdceb77a33676c8a4efb9c63267c351268848de6f
cmd/compile: Remove unused 'NoInline' field from CallExpr stucture

Remove the 'NoInline' field from CallExpr stucture, as it's no longer
used after enabling of tail call inlining.

Change-Id: Ief3ada9938589e7a2f181582ef2758ebc4d03aad
Reviewed-on: https://go-review.googlesource.com/c/go/+/655816
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/inline/inl.go
src/cmd/compile/internal/ir/expr.go