nv50/ir: (trivial) initialize pointer to silence warning

Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Tobias Klausmann <tobias.johannes.klausmann@mni.thm.de>
This commit is contained in:
Tobias Klausmann
2014-07-25 17:34:18 +02:00
committed by Ilia Mirkin
parent 76f687d5a5
commit 9100c359ac
@@ -2141,7 +2141,7 @@ Converter::handleINTERP(Value *dst[4])
{
// Check whether the input is linear. All other attributes ignored.
Instruction *insn;
Value *offset = NULL, *ptr = NULL, *w;
Value *offset = NULL, *ptr = NULL, *w = NULL;
bool linear;
operation op;
int c, mode;