mirror of
git://c9x.me/qbe.git
synced 2026-04-05 18:09:47 +00:00
this fixme was really more a todo
This commit is contained in:
parent
10b6fe1de7
commit
fff669e54a
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user