diff options
author | Brian Paul <brianp@vmware.com> | 2010-11-02 14:46:12 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-11-02 14:46:46 -0600 |
commit | 71a08153e49b496c8b452b186566c4cc8ae7c491 (patch) | |
tree | 799280654ff4cc0a34ec778a178dbe150db20d33 | |
parent | cf6ab25bf6474a80b9ef85f5889d98240270d36e (diff) |
llvmpipe: use gallivm->builder in lp_test_conv.c
-rw-r--r-- | src/gallium/drivers/llvmpipe/lp_test_conv.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/llvmpipe/lp_test_conv.c b/src/gallium/drivers/llvmpipe/lp_test_conv.c index 7d0c4a3f1f..f4a2f360c7 100644 --- a/src/gallium/drivers/llvmpipe/lp_test_conv.c +++ b/src/gallium/drivers/llvmpipe/lp_test_conv.c @@ -124,7 +124,6 @@ add_conv_test(struct gallivm_state *gallivm, dst_ptr = LLVMGetParam(func, 1); block = LLVMAppendBasicBlockInContext(context, func, "entry"); - builder = LLVMCreateBuilderInContext(context); LLVMPositionBuilderAtEnd(builder, block); for(i = 0; i < num_srcs; ++i) { |