diff options
Diffstat (limited to 'src/freedreno/ir3/ir3_compiler_nir.c')
-rw-r--r-- | src/freedreno/ir3/ir3_compiler_nir.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/freedreno/ir3/ir3_compiler_nir.c b/src/freedreno/ir3/ir3_compiler_nir.c index 4171324ccdb..5338d4e046f 100644 --- a/src/freedreno/ir3/ir3_compiler_nir.c +++ b/src/freedreno/ir3/ir3_compiler_nir.c @@ -2608,11 +2608,6 @@ emit_instructions(struct ir3_context *ctx) ctx->so->num_samp += glsl_type_get_image_count(var->type); } - /* Setup registers (which should only be arrays): */ - nir_foreach_register(reg, &ctx->s->registers) { - ir3_declare_array(ctx, reg); - } - /* NOTE: need to do something more clever when we support >1 fxn */ nir_foreach_register(reg, &fxn->registers) { ir3_declare_array(ctx, reg); |