fix(compiler/preprocess_rec): do not type check after erase_irrelevant
This commit is contained in:
parent
42af7c2a67
commit
49ff96ae8c
1 changed files with 2 additions and 2 deletions
|
|
@ -127,12 +127,12 @@ public:
|
|||
procs.emplace_back(d.get_name(), d.get_value());
|
||||
}
|
||||
procs.emplace_back(d.get_name(), v);
|
||||
check(d, procs.back().second);
|
||||
|
||||
erase_irrelevant(procs);
|
||||
|
||||
display(procs);
|
||||
// TODO(Leo)
|
||||
check(d, procs.back().second);
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue