diff options
| author | 2025-10-15 10:45:12 +0200 | |
|---|---|---|
| committer | 2025-10-15 10:45:12 +0200 | |
| commit | 437efda31319573dcf67337d1cc6e4a23a6967a4 (patch) | |
| tree | 364c4e568a97b1d574d72289206a19e8494ab6e4 /irdump.c | |
| parent | 867d9eba4f85406b466accb913f0ab8e2d410a41 (diff) | |
misc
Diffstat (limited to 'irdump.c')
| -rw-r--r-- | irdump.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -247,6 +247,7 @@ irdump(struct function *fn) blk = fn->entry; do { dumpblk(fn, blk); + assert(blk->lnext != NULL); } while ((blk = blk->lnext) != fn->entry); efmt("\n"); } |