v3d: do not setup execute flags for else block in uniform control flow
[mesa.git] / src / broadcom / compiler / nir_to_vir.c
index 702e4bf15f811e67a542ef57ce9b7d8058927e59..242414983e1f412e1bf628a9900417cfd8af4d38 100644 (file)
@@ -2015,7 +2015,6 @@ ntq_emit_uniform_if(struct v3d_compile *c, nir_if *if_stmt)
 
                 /* Emit the else block. */
                 vir_set_emit_block(c, else_block);
-                ntq_activate_execute_for_block(c);
                 ntq_emit_cf_list(c, &if_stmt->else_list);
         }