vc4: Enable the nir_opt_algebraic_late() pass.
[mesa.git] / src / gallium / drivers / vc4 / vc4_opt_constant_folding.c
index 7ff91615545411214b239097e26f43b890e5742a..de642d46582211c11607efdea03f39a201b907e3 100644 (file)
@@ -58,7 +58,7 @@ dump_to(struct vc4_compile *c, struct qinst *inst)
 static bool
 constant_fold(struct vc4_compile *c, struct qinst *inst)
 {
-        int nsrc = qir_get_op_nsrc(inst->op);
+        int nsrc = qir_get_nsrc(inst);
         uint32_t ui[nsrc];
 
         for (int i = 0; i < nsrc; i++) {