summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/llvm/instructions.h
diff options
context:
space:
mode:
authorZack Rusin <zack@tungstengraphics.com>2007-11-05 13:41:56 -0500
committerZack Rusin <zack@tungstengraphics.com>2007-12-11 09:48:13 -0500
commit8681deddd7a7e749adaf43c7df4313ea54922e62 (patch)
tree8b67c83fd0819b73c8c4842929a833292a8ceefd /src/mesa/pipe/llvm/instructions.h
parentc3af68dc5022715cc8f126b7df12f3f5248aefe7 (diff)
Rewrite argument passing to prepare for handling of the kil instruction.
Pass the inputs/outputs pointer in the structure instead of infinitely expanding arguments to the functions.
Diffstat (limited to 'src/mesa/pipe/llvm/instructions.h')
-rw-r--r--src/mesa/pipe/llvm/instructions.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/pipe/llvm/instructions.h b/src/mesa/pipe/llvm/instructions.h
index e9bfc9d740..c31cc4f125 100644
--- a/src/mesa/pipe/llvm/instructions.h
+++ b/src/mesa/pipe/llvm/instructions.h
@@ -62,8 +62,7 @@ public:
void beginLoop();
void bgnSub(unsigned);
void brk();
- void cal(int label, llvm::Value *out, llvm::Value *in,
- llvm::Value *cst, llvm::Value *tmp);
+ void cal(int label, llvm::Value *input);
llvm::Value *cmp(llvm::Value *in1, llvm::Value *in2, llvm::Value *in3);
llvm::Value *cos(llvm::Value *in);
llvm::Value *cross(llvm::Value *in1, llvm::Value *in2);