diff options
author | Zack Rusin <[email protected]> | 2007-10-20 16:59:37 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2007-10-24 11:21:04 -0400 |
commit | 3b772a277fe032c94654648d0671ff42fd3fdce6 (patch) | |
tree | a322affe2d400b965dd7204400bcb729db9c5e19 /src/mesa/pipe/llvm/instructions.h | |
parent | d4d8d7c468c8ba45e302e163dd87b4e45426e1da (diff) |
Make lit work but in a very lame way - will have to be rewritten.
Diffstat (limited to 'src/mesa/pipe/llvm/instructions.h')
-rw-r--r-- | src/mesa/pipe/llvm/instructions.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/pipe/llvm/instructions.h b/src/mesa/pipe/llvm/instructions.h index bb71cc8520f..87203fdc10b 100644 --- a/src/mesa/pipe/llvm/instructions.h +++ b/src/mesa/pipe/llvm/instructions.h @@ -34,7 +34,6 @@ public: llvm::Value *rcp(llvm::Value *in); llvm::Value *rsq(llvm::Value *in); llvm::Value *sub(llvm::Value *in1, llvm::Value *in2); - llvm::Value *swizzleWrite(llvm::Value *in, int mask); void printVector(llvm::Value *val); private: |