]> Cypherpunks repositories - gostls13.git/commit
cmd/5g, cmd/6g, cmd/8g: simplify for loop in bitmap generation
authorRuss Cox <rsc@golang.org>
Fri, 6 Sep 2013 20:49:11 +0000 (16:49 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 6 Sep 2013 20:49:11 +0000 (16:49 -0400)
commitaf2a3193afde74fc6b653f31fb3c65f836f231d8
treee7e4ae6965c1e96cef6e15663a087f40d28f1d0d
parent08925ce6ee16be5a3b937c0d55c2548bf30c5776
cmd/5g, cmd/6g, cmd/8g: simplify for loop in bitmap generation

Lucio De Re reports that the more complex
loop miscompiles on Plan 9.

R=ken2
CC=golang-dev
https://golang.org/cl/13602043
src/cmd/5g/ggen.c
src/cmd/6g/ggen.c
src/cmd/8g/ggen.c