freedreno/ir3: Fix uninit var warning.
authorEric Anholt <eric@anholt.net>
Wed, 8 Jul 2020 20:49:31 +0000 (13:49 -0700)
committerMarge Bot <eric+marge@anholt.net>
Tue, 14 Jul 2020 03:38:53 +0000 (03:38 +0000)
commit5c1afd1ce43b8d40a14845b2b026924709956405
tree6e4546927e3d4fc62084796b61ae49f554c2fff5
parentafb3f21c9f1116db9e37c6158e98ab7856af815a
freedreno/ir3: Fix uninit var warning.

It's a decent bit of analysis to see that the initialization will always
happen, and my compiler isn't doing so in at least one configuration.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5834>
src/freedreno/ir3/ir3_shader.c