Start refactoring code to not use homemade strict-SSA translator

This commit is contained in:
Andrzej Janik 2020-07-23 01:26:40 +02:00
parent 4e9a71ed38
commit 09be47a919
2 changed files with 559 additions and 1598 deletions

View file

@ -112,6 +112,7 @@ pub struct Variable<ID> {
pub count: Option<u32>,
}
#[derive(Copy, Clone, PartialEq, Eq)]
pub enum StateSpace {
Reg,
Sreg,

File diff suppressed because it is too large Load diff