qbe

Internal scc patchset buffer for QBE
Log | Files | Refs | README | LICENSE

commit fff669e54a5e10ce42ffa6b3e3d85d8081782813
parent 10b6fe1de74b82fa386a3ca6e49f64e801339e34
Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu>
Date:   Thu, 17 Sep 2015 21:24:46 -0400

this fixme was really more a todo

Diffstat:
Mlisc/isel.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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; }