]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix choice of phi building algorithm
authorAndrew Pogrebnoy <absourd.noise@gmail.com>
Mon, 3 Oct 2016 23:39:33 +0000 (02:39 +0300)
committerKeith Randall <khr@golang.org>
Fri, 7 Oct 2016 19:44:07 +0000 (19:44 +0000)
commit433be563b6246eb132aed6e9e58f46a0d46f7010
treedc03a4fa6da37f9e7dd18a21029b69df26ba1fae
parent94589054d3ed88c049fbe468d58b995e0e154f1d
cmd/compile: fix choice of phi building algorithm

The algorithm for placing a phi nodes in small functions now
unreachable. This patch fix that.

Change-Id: I253d745b414fa12ee0719459c28e78a69c6861ae
Reviewed-on: https://go-review.googlesource.com/30106
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/phi.go