nv50/ir: silence compiler warnings about mismatched tags
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>
Tue, 12 May 2015 15:13:14 +0000 (17:13 +0200)
committerIlia Mirkin <imirkin@alum.mit.edu>
Thu, 14 May 2015 17:27:44 +0000 (13:27 -0400)
commitac1ac94b38d051b2413ea8f58b16891f1a55757d
treef3c1a644800ff7880bea96f45685a8c7d0fa7f45
parent70651b7041c9d90f4fb6c693c4ebb643a50dd9d0
nv50/ir: silence compiler warnings about mismatched tags

These warnings have been detected by Clang 3.6.

codegen/nv50_ir_from_tgsi.cpp:1319:10: warning: struct 'Source' was
previously declared as a class [-Wmismatched-tags] const struct tgsi::Source *code;

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
src/gallium/drivers/nouveau/codegen/nv50_ir_from_tgsi.cpp