]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: eliminate usage of global Fatalf in ssa.go
authorLE Manh Cuong <cuong.manhle.vn@gmail.com>
Fri, 2 Aug 2019 08:24:54 +0000 (15:24 +0700)
committerDaniel Martí <mvdan@mvdan.cc>
Tue, 27 Aug 2019 17:05:15 +0000 (17:05 +0000)
commit1a432f27d5da052d6e9bae1e0534fa2dc0c44059
tree2922cbfc615ae1ccd0a3530ebf5c3cdf5e2ca17d
parent79dee788ec0bf2c943348088e7e6e471f6617c37
cmd/compile: eliminate usage of global Fatalf in ssa.go

state and ssafn both have their own Fatalf, so use them instead of
global Fatalf.

Updates #19683

Change-Id: Ie02a961d4285ab0a3f3b8d889a5b498d926ed567
Reviewed-on: https://go-review.googlesource.com/c/go/+/188539
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/ssa.go