]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: use SSA tests on legacy compiler
authorKeith Randall <khr@golang.org>
Wed, 4 May 2016 00:21:36 +0000 (17:21 -0700)
committerKeith Randall <khr@golang.org>
Wed, 4 May 2016 00:49:13 +0000 (00:49 +0000)
commit9f8ecd75fcbee462dc9f1f2d1ce1025a14e1cf5b
treed6febb3b7a009bfbf0539d227ca0018828b649a8
parent9dee7771f561cf6aee081c0af6658cc81fac3918
cmd/compile: use SSA tests on legacy compiler

Why not?  Because the 386 backend can't handle one of them.
But other than that, it should work.

Change-Id: Iaeb9735f8c3c281136a0734376dec5ddba21be3b
Reviewed-on: https://go-review.googlesource.com/22748
Run-TryBot: Keith Randall <khr@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: David Chase <drchase@google.com>
src/cmd/compile/internal/gc/ssa_test.go
src/cmd/compile/internal/gc/testdata/arithConst_ssa.go