aboutsummaryrefslogtreecommitdiffhomepage
path: root/x86_64/isel.c
diff options
context:
space:
mode:
authorlemon <lsof@mailbox.org>2026-02-24 15:47:10 +0100
committerlemon <lsof@mailbox.org>2026-02-24 15:47:10 +0100
commit9f202ac53acfac00addb5b6e4c9b1e5c7a33ea45 (patch)
tree34bb26c3a9f4ed01057fdcc5e3c435e2c61ed316 /x86_64/isel.c
parent659430f48f8db6335676ed933f53e4c89d28106d (diff)
fix various warnings
Diffstat (limited to 'x86_64/isel.c')
-rw-r--r--x86_64/isel.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/x86_64/isel.c b/x86_64/isel.c
index a8f55c6..c4c78b8 100644
--- a/x86_64/isel.c
+++ b/x86_64/isel.c
@@ -385,7 +385,6 @@ sel(struct function *fn, struct instr *ins, struct block *blk, int *curi)
case Ocall:
selcall(fn, ins, blk, curi);
break;
- case Ocall2r: assert(0);
case Ointrin:
break;
case Oshl: case Osar: case Oslr: