IRArray* descrG, IRExpr* ixG, Int biasG )
{
Int j;
- UInt minoffP, maxoffP, minoffG, maxoffG;
IRStmt* st;
GSAliasing relation;
}
/* Scan backwards in bb from startHere to find a suitable PutI
- binding for (descr, tmp, bias), if any. */
- getArrayBounds( descrG, &minoffG, &maxoffG );
+ binding for (descrG, ixG, biasG), if any. */
for (j = startHere; j >= 0; j--) {
st = bb->stmts[j];
} /* if (st->tag == Ist_PutI) */
+ /* Figure out what to do here -- be conservative. */
+ vassert(st->tag != Ist_Dirty);
+
} /* for */
/* No valid replacement was found. */