aco/isel: Remove some dead code
authorTony Wasserka <tony.wasserka@gmx.de>
Mon, 12 Oct 2020 18:58:21 +0000 (20:58 +0200)
committerMarge Bot <eric+marge@anholt.net>
Wed, 14 Oct 2020 16:22:51 +0000 (16:22 +0000)
commitc22c702f352bb6ce8031f63479eb1b590dba6f4a
treef1f409ec45b1dcc1f645a3e7dd7163336df3eedb
parentbf51b11c04fcf9c5f2f86c74ca53ec2ae3fcf4d6
aco/isel: Remove some dead code

exported_pos was always initialized to true (due to the is_pos argument
of the first export_vs_varying call being true), so none of this code has
any effect.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7102>
src/amd/compiler/aco_instruction_selection.cpp