i965: Drop unnecessary conditional
authorMatt Turner <mattst88@gmail.com>
Sat, 26 Aug 2017 02:22:51 +0000 (19:22 -0700)
committerMatt Turner <mattst88@gmail.com>
Tue, 29 Aug 2017 22:20:57 +0000 (15:20 -0700)
commitdff75c7175d7a06cdeafa5c119f3749e84e2561b
tree93ad5dbde2dd754e72307abc9055935f06a46f04
parent35902f47ebdf49fa79311c009d8710ac04067527
i965: Drop unnecessary conditional

Clang doesn't realize that 0 and 1 are the only possibilities, a thinks
lots of variables might be uninitialized.

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
src/intel/compiler/brw_eu_validate.c