diff options
| author | 2025-10-30 09:34:16 +0100 | |
|---|---|---|
| committer | 2025-10-30 09:34:16 +0100 | |
| commit | 81fbfad02904f941535ee968944eefd436d623c8 (patch) | |
| tree | bb730c5920ec8ece637e248ae2c00a9124f9989c /amd64/emit.c | |
| parent | 6bbec6e6b2a1417f0f6816d9b0e4097695c060f6 (diff) | |
isel fixes
Diffstat (limited to 'amd64/emit.c')
| -rw-r--r-- | amd64/emit.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/amd64/emit.c b/amd64/emit.c index 585a71c..f8a0010 100644 --- a/amd64/emit.c +++ b/amd64/emit.c @@ -1108,7 +1108,6 @@ emitbranch(uchar **pcode, struct block *blk) struct instr *ins; assert(arg.t == RTMP); ins = &instrtab[arg.i]; - /* TODO handle float cmps */ if ((oiscmp(ins->op) || ins->op == Oand || ins->op == Osub)) { if (ins->r.bits != ZEROREF.bits) { /* for CMP instr */ |