]> Cypherpunks repositories - gostls13.git/commitdiff
6g: add TODO about float constants back
authorRuss Cox <rsc@golang.org>
Sun, 7 Jun 2009 02:27:30 +0000 (19:27 -0700)
committerRuss Cox <rsc@golang.org>
Sun, 7 Jun 2009 02:27:30 +0000 (19:27 -0700)
R=ken
OCL=29984
CL=29997

src/cmd/6g/gsubr.c

index f9b092039c9d6c20fb33cf4827483c1888d87848..0c5141d9b16ca625eba94bcad8145a9765cfd129 100644 (file)
@@ -455,6 +455,7 @@ bignodes(void)
  *     t = f
  * hard part is conversions.
  */
+// TODO: lost special constants for floating point.  XORPD for 0.0?
 void
 gmove(Node *f, Node *t)
 {