]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: use AuxInt to store shift boundedness
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 30 Apr 2018 00:40:47 +0000 (17:40 -0700)
committerAustin Clements <austin@google.com>
Mon, 30 Apr 2018 00:59:26 +0000 (00:59 +0000)
commit743fd9171fe82045a2f25e6910d919322010c59a
treefcc46e7a97228d90ce0b1e2e9af6892bcc125ee3
parentaf5143e384535f824a22e71f33e36f0503ae3bb9
cmd/compile: use AuxInt to store shift boundedness

Fixes ssacheck build.

Change-Id: Idf1d2ea9a971a1f17f2fca568099e870bb5d913f
Reviewed-on: https://go-review.googlesource.com/110122
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
src/cmd/compile/internal/ssa/prove.go
src/cmd/compile/internal/ssa/rewrite.go