]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: fix bug in vmatch1 list traversal nodeSeq change
authorIan Lance Taylor <iant@golang.org>
Tue, 8 Mar 2016 19:16:19 +0000 (11:16 -0800)
committerIan Lance Taylor <iant@golang.org>
Tue, 8 Mar 2016 20:00:03 +0000 (20:00 +0000)
commitdf035a8d866cf4cef339a60d37c6f937d4c6b9f6
tree86207bf5d90ef3f053191a2feb92823c7dc1c20d
parentc69e6869c9793872cb0282008ea8ab643a92da65
cmd/compile: fix bug in vmatch1 list traversal nodeSeq change

Bug accidentally inserted in https://golang.org/cl/20210.  Doesn't seem
to make a difference, but restore original code anyhow.

Update #14473.

Change-Id: I9cf87987ff158e27c7231027819317cdde8c132c
Reviewed-on: https://go-review.googlesource.com/20401
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/gc/walk.go