[cfe-commits] r76133 - in /cfe/trunk: lib/Analysis/CFG.cpp test/Analysis/dead-stores.c

Mike Stump mrs at apple.com
Fri Jul 17 17:53:58 PDT 2009


On Jul 16, 2009, at 11:08 PM, Chris Lattner wrote:
>> +    if (Block) {
>> +      if (!FinishBlock(Block))
>
> Any reason not to use "&&" here?

No pressing reason, just following the style of he code I copied.



More information about the cfe-commits mailing list