]> Cypherpunks repositories - gostls13.git/commit
[dev.ssa] cmd/compile/ssa: fix unit tests
authorTodd Neal <todd@tneal.org>
Thu, 25 Jun 2015 23:03:50 +0000 (18:03 -0500)
committerKeith Randall <khr@golang.org>
Fri, 26 Jun 2015 02:25:57 +0000 (02:25 +0000)
commit929c2aa2aec07ec774683da56758d885176cff81
tree05672b4871862e1877bf81d8c916f17bc48fe476
parent8c46aa54817063a39dc25bad343d6322e65f8598
[dev.ssa] cmd/compile/ssa: fix unit tests

Fix out of bounds array panic due to CL 11238.

Change-Id: Id8a46f1ee20cb1f46775d0c04cc4944d729dfceb
Reviewed-on: https://go-review.googlesource.com/11540
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/ssa/check.go
src/cmd/compile/internal/ssa/deadstore_test.go