diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-02-26 16:13:44 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-02-26 16:13:44 -0500 |
commit | f74f18b13ede1fb9051f189787b9f3e8aed57030 (patch) | |
tree | 726937f076841329847b0899dad38654737739bc /lisc | |
parent | eb26f0cded0028d8ee3bc45666c1225a08ff07e6 (diff) | |
download | roux-f74f18b13ede1fb9051f189787b9f3e8aed57030.tar.gz |
make the comment greppable
Diffstat (limited to 'lisc')
-rw-r--r-- | lisc/spill.c | 2 |
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 |