]> Cypherpunks repositories - gostls13.git/commit
fix float32 comparison. was doing l op l instead of l op r.
authorRuss Cox <rsc@golang.org>
Mon, 6 Jul 2009 16:05:33 +0000 (09:05 -0700)
committerRuss Cox <rsc@golang.org>
Mon, 6 Jul 2009 16:05:33 +0000 (09:05 -0700)
commit6da41be2d3ac27da50a51f1791877fee908d21c2
tree11be506ed5b1905a8f591030a229409ce449afc8
parent86987055a3a8da1e1f12603572d93eb42dba557e
fix float32 comparison.  was doing l op l instead of l op r.

R=ken
OCL=31190
CL=31190
src/cmd/8g/cgen.c