diff options
author | Stephane Marchesin <[email protected]> | 2008-07-13 11:33:41 +0200 |
---|---|---|
committer | Stephane Marchesin <[email protected]> | 2008-07-13 11:33:41 +0200 |
commit | 92d711e9e6c1934e1cec774bfa4581869530cda6 (patch) | |
tree | af7dd51422c90c8cf65ad841450a2ff8944e80d7 /src/gallium/auxiliary/gallivm | |
parent | c415de5e251eb4004b1ef5bc57299032d95c4842 (diff) |
llvm: build fixes.
Diffstat (limited to 'src/gallium/auxiliary/gallivm')
-rw-r--r-- | src/gallium/auxiliary/gallivm/instructions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/instructions.h b/src/gallium/auxiliary/gallivm/instructions.h index 19ca84ddc68..3a476928b6d 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); |