nv50/ir: Report wrong prog types using proper var
authorPierre Moreau <pierre.morrow@free.fr>
Fri, 12 May 2017 09:01:32 +0000 (11:01 +0200)
committerSamuel Pitoiset <samuel.pitoiset@gmail.com>
Sat, 13 May 2017 14:26:09 +0000 (16:26 +0200)
commit840f6beb81a5b51d782d54e9064af0ba193b221a
tree909a50dde581228c991464f41ec25e932d3fd2ce
parent812ff333bf266e848ad0473d2ca1deb83c09c4d3
nv50/ir: Report wrong prog types using proper var

Coverity caught the use of the uninitialised variable `type`.
However, it was `info->type`, which is initialised, which was meant to
be used.

CID: 1406000
Reported-by: Ilia Mirkin <imirkin@alum.mit.edu>
Fixes: b490ca9a387d ("nv50/ir: Fail if encountering unknown shader type")
Signed-off-by: Pierre Moreau <pierre.morrow@free.fr>
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
src/gallium/drivers/nouveau/codegen/nv50_ir.cpp