diff options
| author | 2025-10-24 17:01:57 +0200 | |
|---|---|---|
| committer | 2025-10-24 17:01:57 +0200 | |
| commit | e732643b8640bfdc822e2e4bd994977279b2f58b (patch) | |
| tree | 13e9224c24cff9e84ccf547c79934f5022721fa8 /ir/ir.c | |
| parent | 2a2b7d3eb49c919deab6988ca8ca22fb05c1eaa6 (diff) | |
c: also propagate terminates in genswitch
Diffstat (limited to 'ir/ir.c')
| -rw-r--r-- | ir/ir.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -297,7 +297,6 @@ insertblk(struct function *fn, struct block *pred, struct block *subst) assert(0); } - static int newinstr(void) { |