aco: Fix signed-vs-unsigned warning.
authorEric Anholt <eric@anholt.net>
Tue, 4 Feb 2020 23:12:18 +0000 (15:12 -0800)
committerEric Anholt <eric@anholt.net>
Fri, 28 Feb 2020 05:59:31 +0000 (21:59 -0800)
commitb9773631d3e79e2310ed0eb274b4dd9426205066
tree9c236d34cdbda55615e14bf001046dd8741c2e3a
parent2976ae2717a7a4fb1494f4adf92e1972528d24fd
aco: Fix signed-vs-unsigned warning.

The previous instance of this comparision was 1u to avoid the warning, fix
this one too.

Fixes: dba71de5c636 ("aco: only create parallelcopy to restore exec at loop exit if needed")
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3607>
src/amd/compiler/aco_insert_exec_mask.cpp