aboutsummaryrefslogtreecommitdiff
path: root/cc.h
diff options
context:
space:
mode:
Diffstat (limited to 'cc.h')
-rw-r--r--cc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc.h b/cc.h
index 51c4eea..482b2a2 100644
--- a/cc.h
+++ b/cc.h
@@ -202,6 +202,7 @@ struct type {
int align;
uint64_t size;
struct repr *repr;
+ struct value *value; /* used by the backend */
union {
struct type *base;
struct list link; /* used only during construction of type */