]> Cypherpunks repositories - gostls13.git/commit
8g: fix opt bug
authorRuss Cox <rsc@golang.org>
Sat, 11 Feb 2012 03:32:02 +0000 (22:32 -0500)
committerRuss Cox <rsc@golang.org>
Sat, 11 Feb 2012 03:32:02 +0000 (22:32 -0500)
commit5340510203c321545f20d5b456e3a8254ac8f077
tree35b4e96e13a22632d652d694f66f7d7e49c28f86
parentb027a0f11857636314e3e149fc785feb79420e9e
8g: fix opt bug

Was trying to optimize a duplicate float64 move
by registerizing an int64.

Fixes #2588.

R=ken2
CC=golang-dev
https://golang.org/cl/5645086
src/cmd/8g/reg.c
test/fixedbugs/bug411.go [new file with mode: 0644]