]> Cypherpunks.ru repositories - gostls13.git/commit
cmd/compile: get rid of special case in scheduler for entry block
authorKeith Randall <khr@golang.org>
Fri, 14 Jul 2023 16:45:31 +0000 (09:45 -0700)
committerKeith Randall <khr@golang.org>
Wed, 26 Jul 2023 17:19:14 +0000 (17:19 +0000)
commit505e50b1e34cdf6dff29615a076e26fb0780d10d
tree271a064d066827894b0991aac271fee6ec93b719
parentc94f39a80e30f38c8a6e72f58c4cb63c1c106eb0
cmd/compile: get rid of special case in scheduler for entry block

It isn't needed.

Fixes #61356

Change-Id: Ib466a3eac90c3ea57888cf40c294513033fc6118
Reviewed-on: https://go-review.googlesource.com/c/go/+/509856
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: David Chase <drchase@google.com>
Run-TryBot: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/schedule.go
test/codegen/issue61356.go [new file with mode: 0644]