nir: fix msvc build
authorRoland Scheidegger <sroland@vmware.com>
Sat, 14 Jul 2018 02:49:36 +0000 (04:49 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Mon, 16 Jul 2018 18:07:53 +0000 (20:07 +0200)
commitb3474645d420e6856e488dbb09f6fa1c4ec3a8f0
treed8e6b1411d45b57e2319c779b6e63b5622e1fb4d
parentf378fa94b2e13d76fbc16e1cbc03d80dd9053d64
nir: fix msvc build

Empty initializer braces aren't valid c (it's a gnu extension, and
it's valid in c++).
Hopefully fixes appveyor / msvc build...

Fixes a3150c1d06ae7766c3d3fe3b33432e55c3c7527e
src/compiler/nir/nir_format_convert.h