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.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/mesa/pipe/llvm/storage.h b/src/mesa/pipe/llvm/storage.h
index eeadaa0506..ac3e4d5af9 100644
--- a/src/mesa/pipe/llvm/storage.h
+++ b/src/mesa/pipe/llvm/storage.h
@@ -106,11 +106,6 @@ private:
llvm::VectorType *m_floatVecType;
llvm::VectorType *m_intVecType;
- llvm::Value *m_undefFloatVec;
- llvm::Value *m_undefIntVec;
-
- llvm::Value *m_extSwizzleVec;
-
char m_name[32];
int m_idx;
@@ -118,6 +113,10 @@ private:
std::map<int, bool > m_destWriteMap;
+ llvm::Value *m_undefFloatVec;
+ llvm::Value *m_undefIntVec;
+ llvm::Value *m_extSwizzleVec;
+
struct Args {
llvm::Value *out;
llvm::Value *in;