diff options
| author | 2026-02-24 15:47:10 +0100 | |
|---|---|---|
| committer | 2026-02-24 15:47:10 +0100 | |
| commit | 9f202ac53acfac00addb5b6e4c9b1e5c7a33ea45 (patch) | |
| tree | 34bb26c3a9f4ed01057fdcc5e3c435e2c61ed316 /x86_64 | |
| parent | 659430f48f8db6335676ed933f53e4c89d28106d (diff) | |
fix various warnings
Diffstat (limited to 'x86_64')
| -rw-r--r-- | x86_64/isel.c | 1 |
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: |