summaryrefslogtreecommitdiff
path: root/src/microsoft/compiler/dxil_nir.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microsoft/compiler/dxil_nir.c')
-rw-r--r--src/microsoft/compiler/dxil_nir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microsoft/compiler/dxil_nir.c b/src/microsoft/compiler/dxil_nir.c
index 5961b31131b..46db17b9734 100644
--- a/src/microsoft/compiler/dxil_nir.c
+++ b/src/microsoft/compiler/dxil_nir.c
@@ -790,7 +790,7 @@ lower_shared_atomic(nir_builder *b, nir_intrinsic_instr *intr)
bool
dxil_nir_lower_atomics_to_dxil(nir_shader *nir)
{
- bool progress = nir_lower_legacy_atomics(nir);
+ bool progress = false;
foreach_list_typed(nir_function, func, node, &nir->functions) {
if (!func->is_entrypoint)