]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/test: replace switch{} with go:noinline
authorTodd Neal <todd@tneal.org>
Thu, 17 Mar 2016 02:22:41 +0000 (21:22 -0500)
committerTodd Neal <todd@tneal.org>
Thu, 17 Mar 2016 23:49:35 +0000 (23:49 +0000)
commit2cc42cf2a8a9a3f0fdd2d6169ca2fa3b9cffe48e
treef4fe1c92446fcc444ba84e04a74dcb7526d1729c
parentac2f84d5244172079445b26354d1f3b64ff01838
cmd/compile/test: replace switch{} with go:noinline

Change-Id: Ic40449b2e4b4f18cbe5b5d4c3d51ea7b05ac674d
Reviewed-on: https://go-review.googlesource.com/20823
Run-TryBot: Todd Neal <todd@tneal.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/gc/testdata/addressed_ssa.go
src/cmd/compile/internal/gc/testdata/arith_ssa.go
src/cmd/compile/internal/gc/testdata/compound_ssa.go
src/cmd/compile/internal/gc/testdata/copy_ssa.go
src/cmd/compile/internal/gc/testdata/ctl_ssa.go
src/cmd/compile/internal/gc/testdata/fp_ssa.go
src/cmd/compile/internal/gc/testdata/loadstore_ssa.go
src/cmd/compile/internal/gc/testdata/string_ssa.go
src/cmd/compile/internal/gc/testdata/zero_ssa.go