summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-11-02 14:46:12 -0600
committerBrian Paul <brianp@vmware.com>2010-11-02 14:46:46 -0600
commit71a08153e49b496c8b452b186566c4cc8ae7c491 (patch)
tree799280654ff4cc0a34ec778a178dbe150db20d33
parentcf6ab25bf6474a80b9ef85f5889d98240270d36e (diff)
llvmpipe: use gallivm->builder in lp_test_conv.c
-rw-r--r--src/gallium/drivers/llvmpipe/lp_test_conv.c1
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) {