On Aug 31, 2012, at 11:19 AM, Jordan Rose <[email protected]> wrote:
> + if (Name)
> + if (Name->isStr("CGBitmapContextCreateWithData"))
> + RE = S->getRetEffect();
> }
This can just be "if (Name && Name->isStr(…))"
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
