summaryrefslogtreecommitdiff
path: root/ir.h
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2010-06-09 17:11:50 -0700
committerIan Romanick <ian.d.romanick@intel.com>2010-06-11 13:51:42 -0700
commit7f1ab834d7aa901ce0e12f40db23d7d9891eae59 (patch)
tree30a99c3c4804bc7005ec27a0904c56fbfa220ca1 /ir.h
parent93073551f9fff0df5ad1f65e0f483e6699474b91 (diff)
ir_constant: Add storage for multiple constants for arrays and records
Diffstat (limited to 'ir.h')
-rw-r--r--ir.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ir.h b/ir.h
index 60164a5ab1..8fd823db09 100644
--- a/ir.h
+++ b/ir.h
@@ -1087,6 +1087,8 @@ public:
float f[16];
bool b[16];
} value;
+
+ exec_list components;
};
void