]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: enable ssacheck for tests in ssa_test.go
authorCherry Zhang <cherryyz@google.com>
Mon, 6 Nov 2017 15:47:02 +0000 (10:47 -0500)
committerCherry Zhang <cherryyz@google.com>
Mon, 6 Nov 2017 19:56:53 +0000 (19:56 +0000)
commitda109c6075e135bae4b8681e0c53c725e62a354c
treec8d351b8e19c4f80533da1c9f066e66d28894954
parent6e8894d5ffca9acc635e0d7298167122ed52ce55
cmd/compile: enable ssacheck for tests in ssa_test.go

I thought SSA check was enabled for those tests, but in fact it
was not. Enable it. So we have SSA check on for at least some
tests on all architectures.

Updates #22499.

Change-Id: I51fcdda3af7faab5aeb33bf46c6db309285ce42c
Reviewed-on: https://go-review.googlesource.com/76024
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/ssa_test.go