]> Cypherpunks repositories - gostls13.git/commit
cmd/compile/internal/ssa: fix `a == a` to `a == b`
authorIskander Sharipov <quasilyte@gmail.com>
Mon, 17 Sep 2018 22:28:58 +0000 (01:28 +0300)
committerIskander Sharipov <iskander.sharipov@intel.com>
Wed, 19 Sep 2018 08:29:07 +0000 (08:29 +0000)
commit9850ad045fced1346a049df4baec7d4b7ab0db8c
tree5ae7f298010cbaccedb2e5533dc6ae5d7373cec5
parentc6bf9a81095bdbd3631cedc66ce690fa070d1a38
cmd/compile/internal/ssa: fix `a == a` to `a == b`

Change-Id: I4ee4f702e1bfc9ad9ea899c255104d5e18cf2c96
Reviewed-on: https://go-review.googlesource.com/135838
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: Iskander Sharipov <iskander.sharipov@intel.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/compile/internal/ssa/html.go