http://codereview.appspot.com/2920041/diff/7001/lib/Analysis/CFG.cpp File lib/Analysis/CFG.cpp (right): http://codereview.appspot.com/2920041/diff/7001/lib/Analysis/CFG.cpp#newcode936 lib/Analysis/CFG.cpp:936: bool needLVal = U->isIncrementDecrementOp(); I suggest rename needLVal to asLVal.
Thanks for the review, Ted and Zhongxing. I renamed the variable to asLVal, reverted the cosmetic changes, built and ran the tests, and committed this in r119960. Cheers, On Sat, Nov 20, 2010 at 4:38 AM, <xuzhongxing@gmail.com> wrote: > > http://codereview.appspot.com/2920041/diff/7001/lib/Analysis/CFG.cpp > File lib/Analysis/CFG.cpp (right): > > http://codereview.appspot.com/2920041/diff/7001/lib/Analysis/CFG.cpp#newcode936 > lib/Analysis/CFG.cpp:936: bool needLVal = U->isIncrementDecrementOp(); > I suggest rename needLVal to asLVal. > > http://codereview.appspot.com/2920041/ > -- Zhanyong