summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/llvm/storage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/llvm/storage.h')
-rw-r--r--src/mesa/pipe/llvm/storage.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/pipe/llvm/storage.h b/src/mesa/pipe/llvm/storage.h
index a844d1c30f6..ebdfcdefd60 100644
--- a/src/mesa/pipe/llvm/storage.h
+++ b/src/mesa/pipe/llvm/storage.h
@@ -34,6 +34,7 @@
#define STORAGE_H
#include <map>
+#include <set>
#include <vector>
namespace llvm {
@@ -103,6 +104,8 @@ private:
int m_idx;
int m_numConsts;
+
+ std::map<int, bool > m_destWriteMap;
};
#endif