]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: mention the AuxInt field for bounded shifts
authorKeith Randall <khr@google.com>
Mon, 7 May 2018 20:42:28 +0000 (13:42 -0700)
committerKeith Randall <khr@golang.org>
Mon, 7 May 2018 21:13:49 +0000 (21:13 +0000)
commita8a050819bd4693ea7c6fdc1744038f172c2a439
tree6add5b2065532a8a7f057beb6a85b31118ca0d8a
parent74879f0f014549f7881539d96d842ae1d6d3aa92
cmd/compile: mention the AuxInt field for bounded shifts

This comment needs updating after moving the "bounded" mark from
Aux to AuxInt.

Change-Id: I924fb22a81fffcd6944b93f0e3357c3aa2c4c49e
Reviewed-on: https://go-review.googlesource.com/111880
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/compile/internal/ssa/gen/genericOps.go