projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d909692
)
gallivm: silence uninitialized var warning
author
Brian Paul
<brianp@vmware.com>
Thu, 13 May 2010 19:34:24 +0000
(13:34 -0600)
committer
Brian Paul
<brianp@vmware.com>
Thu, 13 May 2010 20:15:44 +0000
(14:15 -0600)
src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
b/src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
index 8db6501c80ee31d79439ae667733d27f60086bcb..aaf3360aa245b4b974496e986420036388f9f215 100644
(file)
--- a/
src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
+++ b/
src/gallium/auxiliary/gallivm/lp_bld_tgsi_soa.c
@@
-625,7
+625,7
@@
emit_store(
LLVMValueRef value)
{
const struct tgsi_full_dst_register *reg = &inst->Dst[index];
- LLVMValueRef addr;
+ LLVMValueRef addr
= NULL
;
switch( inst->Instruction.Saturate ) {
case TGSI_SAT_NONE: