diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-17 21:24:46 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-17 21:24:46 -0400 |
commit | fff669e54a5e10ce42ffa6b3e3d85d8081782813 (patch) | |
tree | 4a101c3e45bc216eb1de1edc42dd6447ecd1f737 /lisc | |
parent | 10b6fe1de74b82fa386a3ca6e49f64e801339e34 (diff) | |
download | roux-fff669e54a5e10ce42ffa6b3e3d85d8081782813.tar.gz |
this fixme was really more a todo
Diffstat (limited to 'lisc')
-rw-r--r-- | lisc/isel.c | 2 |
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; } |