vc4: Add missing progress note in opt_algebraic.

This commit is contained in:
Eric Anholt 2015-12-10 21:51:03 -08:00
parent 5989ef2b0f
commit b70a2f4d81
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ qir_opt_algebraic(struct vc4_compile *c)
case QOP_SUB:
if (is_zero(c, inst->src[1])) {
replace_with_mov(c, inst, inst->src[0]);
progress = true;
}
break;