projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cd3745
)
gallivm: remove unused 'builder' variable
author
Brian Paul
<brianp@vmware.com>
Thu, 19 Mar 2015 14:48:56 +0000
(08:48 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 19 Mar 2015 18:56:35 +0000
(12:56 -0600)
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/auxiliary/gallivm/lp_bld_arit.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/gallivm/lp_bld_arit.c
b/src/gallium/auxiliary/gallivm/lp_bld_arit.c
index 0d4eaeaa78f67ac1e0404089bc70dfe300a2e6ee..956b37a7f39d66c27f3df1d811a4151dd491f1b1 100644
(file)
--- a/
src/gallium/auxiliary/gallivm/lp_bld_arit.c
+++ b/
src/gallium/auxiliary/gallivm/lp_bld_arit.c
@@
-2538,7
+2538,6
@@
LLVMValueRef
lp_build_rsqrt(struct lp_build_context *bld,
LLVMValueRef a)
{
- LLVMBuilderRef builder = bld->gallivm->builder;
const struct lp_type type = bld->type;
assert(lp_check_value(type, a));