diff options
author | Zack Rusin <[email protected]> | 2008-05-15 14:11:19 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2008-05-17 13:58:44 -0400 |
commit | 735752e8dceeec9b202147d1d19ef3dc70e08673 (patch) | |
tree | 2b00ddef1edec3efa21e12ec24cce9b54da70e0d /src/gallium/auxiliary/gallivm/gallivm.cpp | |
parent | aeae57693b31bf42833a9d51844fe92e3ab61034 (diff) |
fix injections of functions from builtins into shaders
Diffstat (limited to 'src/gallium/auxiliary/gallivm/gallivm.cpp')
-rw-r--r-- | src/gallium/auxiliary/gallivm/gallivm.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/gallivm/gallivm.cpp b/src/gallium/auxiliary/gallivm/gallivm.cpp index b6f641a3f86..48a3b18cdc9 100644 --- a/src/gallium/auxiliary/gallivm/gallivm.cpp +++ b/src/gallium/auxiliary/gallivm/gallivm.cpp @@ -288,10 +288,7 @@ void gallivm_ir_fill_from_tgsi(struct gallivm_ir *ir, std::cout << "Creating llvm from: " <<std::endl; tgsi_dump(tokens, 0); - llvm::Module *mod = tgsi_to_llvmir(ir, tokens); - - //llvm::Module *mod = tgsi_to_llvm(ir, tokens); ir->module = mod; gallivm_ir_dump(ir, 0); } |