]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove NodeList != NodeList comparisons
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 10 Jun 2015 22:31:53 +0000 (15:31 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 7 Mar 2016 22:46:51 +0000 (22:46 +0000)
commitbcce5bdabd0c8fba61b700aab15813800b9e9c07
tree3ef30559c30b0ade6715358b3319e930f155d81f
parent8969ab89b8b1c7b617b3418c5b122baa43bcd563
cmd/compile: remove NodeList != NodeList comparisons

Opt for replacements that avoid any assumptions
about the representations in use.

Passes toolstash -cmp.

Change-Id: Ia858a33abcae344e03fc1862fc9b0e192fde80c1
Reviewed-on: https://go-review.googlesource.com/20279
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/compile/internal/gc/walk.go