summary refs log tree commit diff
path: root/lisc/spill.c
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-02-26 16:13:44 -0500
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-02-26 16:13:44 -0500
commitf74f18b13ede1fb9051f189787b9f3e8aed57030 (patch)
tree726937f076841329847b0899dad38654737739bc /lisc/spill.c
parenteb26f0cded0028d8ee3bc45666c1225a08ff07e6 (diff)
downloadroux-f74f18b13ede1fb9051f189787b9f3e8aed57030.tar.gz
make the comment greppable
Diffstat (limited to 'lisc/spill.c')
-rw-r--r--lisc/spill.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/spill.c b/lisc/spill.c
index 6f67319..9ce0e4d 100644
--- 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