]> Cypherpunks repositories - gostls13.git/commit
[dev.power64] cmd/9c: fix constant truncation in optimizer
authorRuss Cox <rsc@golang.org>
Thu, 14 Aug 2014 18:34:14 +0000 (14:34 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 14 Aug 2014 18:34:14 +0000 (14:34 -0400)
commit25bde37af4042d430274895abb9751cb3c786730
tree0c3c1baf276fe50f07d3337f517dd4c76d0524df
parent80e76e272adda0ab664cf5b6425e994b4e491e8c
[dev.power64] cmd/9c: fix constant truncation in optimizer

This is what broke getpopcount, but that code had it coming.

LGTM=minux
R=minux
CC=golang-codereviews
https://golang.org/cl/130000044
src/cmd/9c/reg.c