diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2008-09-30 20:50:49 +0200 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2008-09-30 20:50:49 +0200 |
commit | 4ae161e9409f8b5d73306bbf382c7b27d5038ab3 (patch) | |
tree | 347e9a499dc8aad079509d84658a18ebe8ee30e0 /src/gallium/auxiliary/gallivm/instructionssoa.h | |
parent | 7379d0ef8f533b0aa760cd21b219223602002a56 (diff) |
Gallivm: port to llvm 2.4.
Diffstat (limited to 'src/gallium/auxiliary/gallivm/instructionssoa.h')
-rw-r--r-- | src/gallium/auxiliary/gallivm/instructionssoa.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/instructionssoa.h b/src/gallium/auxiliary/gallivm/instructionssoa.h index 3e20b652dd..20cab3b3bb 100644 --- a/src/gallium/auxiliary/gallivm/instructionssoa.h +++ b/src/gallium/auxiliary/gallivm/instructionssoa.h @@ -96,7 +96,7 @@ private: const std::vector<llvm::Value*> in3); void injectFunction(llvm::Function *originalFunc, int op = TGSI_OPCODE_LAST); private: - llvm::IRBuilder m_builder; + llvm::IRBuilder<> m_builder; StorageSoa *m_storage; std::map<int, std::string> m_functionsMap; |