summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/llvm/instructions.h
diff options
context:
space:
mode:
authorZack Rusin <zack@tungstengraphics.com>2007-10-30 07:43:02 -0400
committerZack Rusin <zack@tungstengraphics.com>2007-10-30 07:43:02 -0400
commitc97c03da46292abe72f94747fe527eb4e4623248 (patch)
tree832eb860819fe6f3a9bd7b7429701ee3eee90fc1 /src/mesa/pipe/llvm/instructions.h
parentdfd774318d1549c1e52364870a2c16a220dcd64c (diff)
Refactor vector extraction.
Diffstat (limited to 'src/mesa/pipe/llvm/instructions.h')
-rw-r--r--src/mesa/pipe/llvm/instructions.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/pipe/llvm/instructions.h b/src/mesa/pipe/llvm/instructions.h
index b7b5129694..85ffc7b920 100644
--- a/src/mesa/pipe/llvm/instructions.h
+++ b/src/mesa/pipe/llvm/instructions.h
@@ -113,6 +113,8 @@ private:
llvm::Function *declareFunc(int label);
llvm::Function *findFunction(int label);
+
+ std::vector<llvm::Value*> extractVector(llvm::Value *vec);
private:
llvm::Module *m_mod;
llvm::Function *m_func;