[llvm-commits] [llvm] r141168 - /llvm/trunk/lib/Analysis/ScalarEvolution.cpp

Chandler Carruth chandlerc at gmail.com
Wed Oct 5 01:20:08 PDT 2011


On Wed, Oct 5, 2011 at 1:10 AM, Andrew Trick <atrick at apple.com> wrote:

> Thanks for cleaning up. But broken? No, I just can't train myself to insert
> redundant parens in this idiom.


Heh, and on the other side it took me thinking about this more than I like
admitting to convince myself that indeed, ((X || Y) && "...") is equivalent
to (X || (Y && "..."))... Oh well, probably means that's enough coding for
one evening. ;]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20111005/b92e3938/attachment.html>


More information about the llvm-commits mailing list