Ensure find_operands sets the operands to known values.

This fixes the last of the bogus live variables.
This commit is contained in:
Bill Currie 2012-11-06 18:30:27 +09:00
parent e3a49df0a8
commit 3298e4d67e

View file

@ -217,6 +217,8 @@ find_operands (statement_t *s, operand_t **x, operand_t **y, operand_t **z,
{
int simp = 0;
*x = *y = *z = *w = 0;
if (s->opc) {
*y = s->opa;
if (s->opb) {