]> Cypherpunks repositories - gostls13.git/commit
cmd/compile: remove unused constant divide strength reduction code
authorMartin Möhrmann <moehrmann@google.com>
Sun, 19 Feb 2017 10:34:29 +0000 (11:34 +0100)
committerMartin Möhrmann <moehrmann@google.com>
Sun, 19 Feb 2017 19:11:45 +0000 (19:11 +0000)
commit3892d507964dce100c55c3fa14f414bd14c34e98
tree2db48135c027e3ed6caf0988e5b7b241b55cb04b
parent177dfba1120d2d5976bb5fb5a68bf20bb6ca9ada
cmd/compile: remove unused constant divide strength reduction code

Change list https://golang.org/cl/37015/ moved the optimization
of division by constants to the generic ssa backend.
This removes the old now unused code that was used
for this optimization outside of the ssa backend.

Change-Id: I86223e56742e48dbb372ba8d779681e66448c513
Reviewed-on: https://go-review.googlesource.com/37198
Run-TryBot: Martin Möhrmann <moehrmann@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Keith Randall <khr@golang.org>
src/cmd/compile/internal/gc/magic.go [deleted file]