projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ef715b8
)
nv50: Remove dead initialization.
author
Vinson Lee
<vlee@vmware.com>
Sun, 19 Sep 2010 06:06:29 +0000
(23:06 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Sun, 19 Sep 2010 06:06:29 +0000
(23:06 -0700)
src/gallium/drivers/nv50/nv50_pc.c
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/nv50/nv50_pc.c
b/src/gallium/drivers/nv50/nv50_pc.c
index 42127a138aa33bd29709559d56bc796f5fdda8f9..c88e7ba742e68ce24516c12f3566a83b4830dc9f 100644
(file)
--- a/
src/gallium/drivers/nv50/nv50_pc.c
+++ b/
src/gallium/drivers/nv50/nv50_pc.c
@@
-328,7
+328,7
@@
nv_pc_pass_in_order(struct nv_basic_block *root, nv_pc_pass_func f, void *priv)
static void
nv_do_print_function(void *priv, struct nv_basic_block *b)
{
- struct nv_instruction *i
= b->phi
;
+ struct nv_instruction *i;
debug_printf("=== BB %i ", b->id);
if (b->out[0])