projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0ddc54
)
gallivm: Removed unused variable.
author
José Fonseca
<jfonseca@vmware.com>
Tue, 25 Nov 2014 23:11:43 +0000
(23:11 +0000)
committer
José Fonseca
<jfonseca@vmware.com>
Wed, 26 Nov 2014 20:25:12 +0000
(20:25 +0000)
Reviewed-by: Brian Paul <brianp@vmware.com>
Reviewed-by: Roland Scheidegger <sroland@vmware.com>
src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c
b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c
index 2ef5db1e69e17eeff9b8d2990f46836fdc8ab6d5..738d5e9fd648916a6b6b057a16d4e831d77e2da7 100644
(file)
--- a/
src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c
+++ b/
src/gallium/auxiliary/gallivm/lp_bld_tgsi_aos.c
@@
-492,7
+492,7
@@
lp_emit_instruction_aos(
int *pc)
{
LLVMValueRef src0, src1, src2;
- LLVMValueRef tmp0
, tmp1
;
+ LLVMValueRef tmp0;
LLVMValueRef dst0 = NULL;
/*