]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile/internal/ssa: allocate complex zero in the entry block
authorKeith Randall <khr@golang.org>
Fri, 28 Aug 2015 20:52:26 +0000 (13:52 -0700)
committerKeith Randall <khr@golang.org>
Fri, 28 Aug 2015 20:53:56 +0000 (20:53 +0000)
commita5cffb6182801f6e164089ce872a4fb622c0f0d9
tree3a9fb2e709d3bda15057100e652e0dc57560d801
parent67ac8a3b22d07e9655f3909ddeffb310d12e50db
[dev.ssa] cmd/compile/internal/ssa: allocate complex zero in the entry block

Fixes build.  There may be no current block.

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