diff options
Diffstat (limited to 'ssa.c')
| -rw-r--r-- | ssa.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -26,6 +26,7 @@ copyopt(struct function *fn) deluses(var.i); } } + delnops(blk); } while ((blk = blk->lnext) != fn->entry); } |