]> Cypherpunks repositories - gostls13.git/commit
cmd/gc: recognize u<<1 op u>>31 as a rotate when op is ^, not just |.
authorNigel Tao <nigeltao@golang.org>
Mon, 4 Jun 2012 10:53:32 +0000 (20:53 +1000)
committerNigel Tao <nigeltao@golang.org>
Mon, 4 Jun 2012 10:53:32 +0000 (20:53 +1000)
commit947a3ddf871794c109f85218de42511a9f02f02e
treecbb088e075a4b3a5f26b488c2d4d1026e14ae05d
parent5612fd770dcf0d89a43bcb01713805883493a3e4
cmd/gc: recognize u<<1 op u>>31 as a rotate when op is ^, not just |.

R=rsc
CC=golang-dev
https://golang.org/cl/6249071
src/cmd/gc/walk.c
test/rotate.go