OSDN Git Service

nir: use {0} initializer instead of {} to fix MSVC build
authorBrian Paul <brianp@vmware.com>
Fri, 29 Mar 2019 02:33:32 +0000 (20:33 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 29 Mar 2019 02:34:23 +0000 (20:34 -0600)
commit4ee057eaef4c8b6e794d03f7b0543aa824a338b8
tree35be000d162447a56b990d835d263abaa9ca88c0
parent7832fb78898cf98c02e132609187fce84b5000fd
nir: use {0} initializer instead of {} to fix MSVC build

Trivial change.

Fixes: c6ee46a75 ("nir: Add nir_alu_srcs_negative_equal")
src/compiler/nir/nir_instr_set.c