1
0
mirror of https://github.com/golang/go synced 2024-11-22 21:40:03 -07:00

6g: add TODO about float constants back

R=ken
OCL=29984
CL=29997
This commit is contained in:
Russ Cox 2009-06-06 19:27:30 -07:00
parent 25a738234e
commit e9e388412c

View File

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