aboutsummaryrefslogtreecommitdiffhomepage
path: root/x86_64
diff options
context:
space:
mode:
Diffstat (limited to 'x86_64')
-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: