diff options
author | Stephane Marchesin <[email protected]> | 2008-09-30 20:50:49 +0200 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2008-10-02 10:19:47 -0400 |
commit | 3f4b67f5d715f53fec618ed0e48615f87ff1cfda (patch) | |
tree | f51882ea22b9de6c5864c803940df6108180240b /src/gallium/auxiliary/gallivm/instructions.h | |
parent | fdcaf569d446db830a6eafd9c7f7c1b1030c0a93 (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 c3b28e97469..e18571251ee 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; |