rename Rethrow -> Resume

This commit is contained in:
Folkert 2021-05-30 14:44:46 +02:00
parent 4eacbf5794
commit 03cc96f4ed
8 changed files with 20 additions and 18 deletions

View file

@ -510,7 +510,7 @@ where
Stmt::Ret(sym) => {
self.set_last_seen(*sym, stmt);
}
Stmt::Rethrow(_exception_id) => {}
Stmt::Resume(_exception_id) => {}
Stmt::Refcounting(modify, following) => {
let sym = modify.get_symbol();