get rid of old Alt enum

This commit is contained in:
Quentin Carbonneaux 2016-08-14 18:09:49 -07:00
parent 12755db1aa
commit faa084cca9
2 changed files with 1 additions and 10 deletions

9
all.h
View file

@ -100,15 +100,6 @@ struct Ref {
uint32_t val:29;
};
enum Alt {
AType,
ACall,
AMem,
AShift = 28,
AMask = (1<<AShift) - 1
};
enum {
RTmp,
RCon,