]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile: fix -N build
authorKeith Randall <khr@golang.org>
Fri, 29 Jan 2016 01:43:45 +0000 (17:43 -0800)
committerKeith Randall <khr@golang.org>
Fri, 29 Jan 2016 17:27:12 +0000 (17:27 +0000)
commit8a961aee286cc7c891d5e0a49ed362fe500f81f4
treead567284cb493e268057b5d3ec294e3bb97e4eab
parent056c09bb88008f683904e88cea582722eeac2f27
[dev.ssa] cmd/compile: fix -N build

The OpSB hack didn't quite work.  We need to really
CSE these ops to make regalloc happy.

Change-Id: I9f4d7bfb0929407c84ee60c9e25ff0c0fbea84af
Reviewed-on: https://go-review.googlesource.com/19083
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/ssa/compile.go
src/cmd/compile/internal/ssa/cse.go
src/cmd/compile/internal/ssa/regalloc.go