]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: check that SSA memory args are in the right place
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 4 May 2016 18:43:42 +0000 (11:43 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 4 May 2016 19:54:44 +0000 (19:54 +0000)
commit24744f6561f3ff7bc58046ba62abbc1c07e9fd4e
treede84035361d9c3e847e6a364ad0955952bf809bd
parent0f84afe24bd7954ed2408008c17b1930881d89d5
cmd/compile: check that SSA memory args are in the right place

Fixes #15510

Change-Id: I2e0568778ef90cf29712753b8c42109ef84a0256
Reviewed-on: https://go-review.googlesource.com/22784
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/check.go