freedreno/ir3_cmdline: Fix an uninit var warning.
authorEric Anholt <eric@anholt.net>
Thu, 9 Jul 2020 23:15:16 +0000 (16:15 -0700)
committerMarge Bot <eric+marge@anholt.net>
Tue, 14 Jul 2020 03:38:53 +0000 (03:38 +0000)
commitafb3f21c9f1116db9e37c6158e98ab7856af815a
treec09faf392a9414ca86ef0a3ceaf971f872064dad
parentd941c6b74fefa97d2d4a1c522170312946d964ca
freedreno/ir3_cmdline: Fix an uninit var warning.

You could only access entry through the initialized path, but we can clean
up the compiler warning by not keeping the other var.

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