]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: use CheckLoweredPhi on PPC64
authorMichael Pratt <mpratt@google.com>
Sun, 4 Sep 2016 01:32:51 +0000 (18:32 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Sun, 4 Sep 2016 01:55:43 +0000 (01:55 +0000)
commit4c8baa0ad0f709b857710d34e662f168c16c533f
treeb313d894e550c4a5e966f868ea77972e7579851e
parent3a67d595f50ff7d589d4a097e162707342f1bbc4
cmd/compile: use CheckLoweredPhi on PPC64

This custom version is identical to CheckLoweredPhi. The addition of
CheckLoweredPhi likely raced with adding PPC64.

Change-Id: I294dcb758d312e93fb8842f4d1e12bf0f63a1e06
Reviewed-on: https://go-review.googlesource.com/28479
Run-TryBot: Michael Pratt <mpratt@google.com>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/ppc64/ssa.go