]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: replace x*8 by x<<3 etc
authorRuss Cox <rsc@golang.org>
Thu, 14 Feb 2013 19:54:00 +0000 (14:54 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 14 Feb 2013 19:54:00 +0000 (14:54 -0500)
commit31072e41f4e2ed0a135c46816cb2a65daba12540
tree3f5d3af7edf6244a026bd61490f0eaf45247fff8
parentac1015e7f3ef68be5d1c0721d76296ad84fe6768
cmd/gc: replace x*8 by x<<3 etc

Fixes #4199.

R=ken2
CC=golang-dev
https://golang.org/cl/7322081
src/cmd/gc/walk.c