]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: regenerate ssa
authorJoel Sing <joel@sing.id.au>
Sat, 14 May 2022 10:16:03 +0000 (20:16 +1000)
committerJoel Sing <joel@sing.id.au>
Thu, 19 May 2022 07:13:47 +0000 (07:13 +0000)
commit128279e5034ca29bad4320eef81a8abd5b40ea7e
tree0a3598712c9dd521a37223c4823f24b9ed349ed7
parent740b0ebb76c4cb6788eb03be683650938a7f5897
cmd/compile: regenerate ssa

This is the result of running `go run *.go` in src/cmd/compile/internal/ssa/gen,
which should be a no-op - it would seem that it may not have been regenerated
before CL 367039 landed.

Updates #46229

Change-Id: I4d6b6e8425948429ede509682c7e997edbb905e1
Reviewed-on: https://go-review.googlesource.com/c/go/+/406474
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: xiaodong liu <teaofmoli@gmail.com>
src/cmd/compile/internal/ssa/opGen.go
src/cmd/compile/internal/ssa/rewriteLOONG64.go