summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/llvm/storagesoa.h
diff options
context:
space:
mode:
authorZack Rusin <zack@tungstengraphics.com>2008-02-14 03:08:48 -0500
committerZack Rusin <zack@tungstengraphics.com>2008-02-15 01:17:17 -0500
commitae3375987fe9968f822442a0ce49b97f5f0a4070 (patch)
tree9c2693c530bb849f038c22318dc27377bf895a93 /src/mesa/pipe/llvm/storagesoa.h
parentd0364584bea6c57bb3ac8d616e677fb52b97ea98 (diff)
rename 'argument' to 'load' because that's what it does
Diffstat (limited to 'src/mesa/pipe/llvm/storagesoa.h')
-rw-r--r--src/mesa/pipe/llvm/storagesoa.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/llvm/storagesoa.h b/src/mesa/pipe/llvm/storagesoa.h
index 8880bf5ec6..d59168f07d 100644
--- a/src/mesa/pipe/llvm/storagesoa.h
+++ b/src/mesa/pipe/llvm/storagesoa.h
@@ -60,8 +60,8 @@ public:
llvm::Value *temps);
- std::vector<llvm::Value*> argument(Argument type, int idx, int swizzle,
- llvm::Value *indIdx =0);
+ std::vector<llvm::Value*> load(Argument type, int idx, int swizzle,
+ llvm::Value *indIdx =0);
void store(Argument type, int idx, const std::vector<llvm::Value*> &val,
int mask);