diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-08-14 18:09:49 -0700 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-08-14 18:09:49 -0700 |
commit | faa084cca9c764e86c2751109352a599a8782b8a (patch) | |
tree | 528b950fca3e03cb48cbed9ac957d20305aa9cfd /all.h | |
parent | 12755db1aaea6f4ba1f380f5f34842b4e2a28f26 (diff) | |
download | roux-faa084cca9c764e86c2751109352a599a8782b8a.tar.gz |
get rid of old Alt enum
Diffstat (limited to 'all.h')
-rw-r--r-- | all.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/all.h b/all.h index 5f87466..5a5c3c0 100644 --- a/all.h +++ b/all.h @@ -100,15 +100,6 @@ struct Ref { uint32_t val:29; }; -enum Alt { - AType, - ACall, - AMem, - - AShift = 28, - AMask = (1<<AShift) - 1 -}; - enum { RTmp, RCon, |