diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-04-07 14:20:12 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-04-07 14:20:12 -0400 |
commit | f2b2256ebee7e402aa6a8f02b4bf885b217c6494 (patch) | |
tree | 085dab846bda421c728aa17b4229628afb117968 /all.h | |
parent | ebcc123e4dc0d5497e816fe824c1849685e295af (diff) | |
download | roux-f2b2256ebee7e402aa6a8f02b4bf885b217c6494.tar.gz |
add a canfold field to opdesc
Diffstat (limited to 'all.h')
-rw-r--r-- | all.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/all.h b/all.h index e22a1f5..0629e1c 100644 --- a/all.h +++ b/all.h @@ -306,6 +306,7 @@ struct OpDesc { char argcls[2][4]; uint sflag:1; /* sets the zero flag */ uint lflag:1; /* leaves flags */ + uint cfold:1; /* can fold */ }; struct Ins { |