Looks good. One comment: On Jul 3, 2013, at 19:38 , Anna Zaks <[email protected]> wrote:
> + if (V.isUndef() ||
> + V.getAs<loc::ConcreteInt>() || V.getAs<nonloc::ConcreteInt>()) {
We have a short way of writing this: V.isConstant().
Jordan
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
