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/instructions.h | |
parent | 7379d0ef8f533b0aa760cd21b219223602002a56 (diff) |
Gallivm: port to llvm 2.4.
Diffstat (limited to 'src/gallium/auxiliary/gallivm/instructions.h')
-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 c3b28e9746..e18571251e 100644 --- a/src/gallium/auxiliary/gallivm/instructions.h +++ b/src/gallium/auxiliary/gallivm/instructions.h @@ -146,7 +146,7 @@ private: llvm::Module *m_mod; llvm::Function *m_func; char m_name[32]; - llvm::IRBuilder m_builder; + llvm::IRBuilder<> m_builder; int m_idx; llvm::VectorType *m_floatVecType; |