]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: fix build
authorKeith Randall <khr@golang.org>
Fri, 29 Jan 2016 00:11:56 +0000 (16:11 -0800)
committerKeith Randall <khr@golang.org>
Fri, 29 Jan 2016 00:30:13 +0000 (00:30 +0000)
commit4c5459da2b5d0c80d48f3bb61e194ded5d413c31
treebb23e7c4b944e9e4d2597d02c8e4c9c7efe4b760
parent2f57d0fe024c19b1b7a86084d72e7267863415a6
[dev.ssa] cmd/compile: fix build

Some tests make multiple Funcs per Config at once.
With value & block caching, we can't do that any more.

Change-Id: Ibdb60aa2fcf478f1726b3be0fcaa06b04433eb67
Reviewed-on: https://go-review.googlesource.com/19081
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/ssa.go
src/cmd/compile/internal/ssa/func_test.go
src/cmd/compile/internal/ssa/shift_test.go