summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/llvm/instructions.h
diff options
context:
space:
mode:
authorZack Rusin <zack@tungstengraphics.com>2007-10-29 13:42:58 -0400
committerZack Rusin <zack@tungstengraphics.com>2007-10-30 05:15:06 -0400
commita94251d081b202e81bcd51db0dd35f1aec82b0c5 (patch)
tree083b286140b6a6dc0a8f7bec79e663ee69541534 /src/mesa/pipe/llvm/instructions.h
parent75a9018fb90c93033ee5cbade9dd2febdc195d11 (diff)
Cleanup constant vector handling a bit.
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 8a1aed3181..b7b5129694 100644
--- a/src/mesa/pipe/llvm/instructions.h
+++ b/src/mesa/pipe/llvm/instructions.h
@@ -107,6 +107,8 @@ private:
llvm::Value *vectorFromVals(llvm::Value *x, llvm::Value *y,
llvm::Value *z, llvm::Value *w=0);
+ llvm::Value *constVector(float x, float y, float z, float w);
+
llvm::Function *declarePrintf();
llvm::Function *declareFunc(int label);