summary refs log tree commit diff
path: root/lisc/isel.c
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-17 21:24:46 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2015-09-17 21:24:46 -0400
commitfff669e54a5e10ce42ffa6b3e3d85d8081782813 (patch)
tree4a101c3e45bc216eb1de1edc42dd6447ecd1f737 /lisc/isel.c
parent10b6fe1de74b82fa386a3ca6e49f64e801339e34 (diff)
downloadroux-fff669e54a5e10ce42ffa6b3e3d85d8081782813.tar.gz
this fixme was really more a todo
Diffstat (limited to 'lisc/isel.c')
-rw-r--r--lisc/isel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/isel.c b/lisc/isel.c
index 431bce9..c4d7dca 100644
--- a/lisc/isel.c
+++ b/lisc/isel.c
@@ -324,7 +324,7 @@ seljmp(Blk *b, Fn *fn)
 			return;
 		}
 	}
-	selcmp((Ref[2]){r, CON_Z}, 0, fn); /* fixme, add long branch if non-zero */
+	selcmp((Ref[2]){r, CON_Z}, 0, fn); /* todo, add long branch if non-zero */
 	b->jmp.type = JXJc + Cne;
 }