summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/instructions.h
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-07-13 11:33:41 +0200
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-07-13 11:33:41 +0200
commit92d711e9e6c1934e1cec774bfa4581869530cda6 (patch)
treeaf7dd51422c90c8cf65ad841450a2ff8944e80d7 /src/gallium/auxiliary/gallivm/instructions.h
parentc415de5e251eb4004b1ef5bc57299032d95c4842 (diff)
llvm: build fixes.
Diffstat (limited to 'src/gallium/auxiliary/gallivm/instructions.h')
-rw-r--r--src/gallium/auxiliary/gallivm/instructions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/instructions.h b/src/gallium/auxiliary/gallivm/instructions.h
index 19ca84ddc6..3a476928b6 100644
--- a/src/gallium/auxiliary/gallivm/instructions.h
+++ b/src/gallium/auxiliary/gallivm/instructions.h
@@ -85,7 +85,7 @@ public:
llvm::Value *lit(llvm::Value *in);
llvm::Value *lg2(llvm::Value *in);
llvm::Value *madd(llvm::Value *in1, llvm::Value *in2,
- llvm::Value *in2);
+ llvm::Value *in3);
llvm::Value *min(llvm::Value *in1, llvm::Value *in2);
llvm::Value *max(llvm::Value *in1, llvm::Value *in2);
llvm::Value *mul(llvm::Value *in1, llvm::Value *in2);