summary refs log tree commit diff
path: root/all.h
diff options
context:
space:
mode:
authorQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-04-07 14:20:12 -0400
committerQuentin Carbonneaux <quentin.carbonneaux@yale.edu>2016-04-07 14:20:12 -0400
commitf2b2256ebee7e402aa6a8f02b4bf885b217c6494 (patch)
tree085dab846bda421c728aa17b4229628afb117968 /all.h
parentebcc123e4dc0d5497e816fe824c1849685e295af (diff)
downloadroux-f2b2256ebee7e402aa6a8f02b4bf885b217c6494.tar.gz
add a canfold field to opdesc
Diffstat (limited to 'all.h')
-rw-r--r--all.h1
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 {