diff options
author | Bas Nieuwenhuizen <[email protected]> | 2020-04-08 12:51:34 +0200 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-04-08 11:18:18 +0000 |
commit | bb7e44a23db614e58c997487b8dd5e61edf93f92 (patch) | |
tree | 84b67ccf1ff1dd05476c279997ddacfaeb809885 /src/amd/vulkan | |
parent | 8b42d26132d49e96fadadb097d931fad8e18a094 (diff) |
radv: Whitespace fixup.
Review comment that I did, but forgot to git add before amending ...
From https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4334
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4488>
Diffstat (limited to 'src/amd/vulkan')
-rw-r--r-- | src/amd/vulkan/radv_query.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_query.c b/src/amd/vulkan/radv_query.c index ba50dc3aaf0..a0387c785fa 100644 --- a/src/amd/vulkan/radv_query.c +++ b/src/amd/vulkan/radv_query.c @@ -95,7 +95,6 @@ radv_store_availability(nir_builder *b, nir_ssa_def *flags, nir_ssa_def *dst_buf b->cursor = nir_after_cf_list(&availability_if->then_list); - nir_if *store_64bit_if = nir_if_create(b->shader); store_64bit_if->condition = nir_src_for_ssa(result_is_64bit); nir_cf_node_insert(b->cursor, &store_64bit_if->cf_node); |