summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv50
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-09-18 23:06:29 -0700
committerVinson Lee <vlee@vmware.com>2010-09-18 23:06:29 -0700
commit03cf572598a1eb593ecebf8c72759bab41588c44 (patch)
treef38e6431cbb64071d49a0667aab5fc9611912fb2 /src/gallium/drivers/nv50
parentef715b866b6858b79530b44ec7be61f271591adc (diff)
nv50: Remove dead initialization.
Diffstat (limited to 'src/gallium/drivers/nv50')
-rw-r--r--src/gallium/drivers/nv50/nv50_pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/nv50_pc.c b/src/gallium/drivers/nv50/nv50_pc.c
index 42127a138a..c88e7ba742 100644
--- 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])