commit f74f18b13ede1fb9051f189787b9f3e8aed57030
parent eb26f0cded0028d8ee3bc45666c1225a08ff07e6
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date: Fri, 26 Feb 2016 16:13:44 -0500
make the comment greppable
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisc/spill.c b/lisc/spill.c
@@ -274,7 +274,7 @@ dopm(Blk *b, Ins *i, BSet *v)
Ins *i1;
ulong r;
- bsinit(u, ntmp); /* fixme, free those */
+ bsinit(u, ntmp); /* todo, free those */
/* consecutive copies from
* registers need to be handled
* as one large instruction